From 8ab208de274ccc5094808c16afd4000eab012fbc Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sun, 4 Feb 2024 20:13:11 -0500 Subject: [PATCH] Bump to Korman v0.16. Also add the version specifier to the addon preferences. When v0.16 final is released, remove the beta specifier. --- CMakeLists.txt | 2 +- korman/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 43220ba..fe3a6bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.12) set(_PROJECT_INFO korman - VERSION 0.15 + VERSION 0.16 DESCRIPTION "Blender plugin for creating ages for Cyan Worlds' proprietary Plasma engine and its open source variant, CyanWorlds.com Engine." LANGUAGES CXX # This should probably be NONE, but we need the compiler for string_theory tests ) diff --git a/korman/__init__.py b/korman/__init__.py index 824cfd8..65249ef 100644 --- a/korman/__init__.py +++ b/korman/__init__.py @@ -23,6 +23,7 @@ from . import operators bl_info = { "name": "Korman", "author": "Guild of Writers", + "version": (0, 16), "blender": (2, 79, 0), "location": "File > Import-Export", "description": "Exporter for Cyan Worlds' Plasma Engine",