Skip to content

Commit

Permalink
Bump version to 0.17-pre.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoikas committed Feb 23, 2024
1 parent 20adf17 commit e2bf2fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.12)

set(_PROJECT_INFO
korman
VERSION 0.16
VERSION 0.17
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
)
Expand Down
3 changes: 2 additions & 1 deletion korman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
bl_info = {
"name": "Korman",
"author": "Guild of Writers",
"version": (0, 16),
"version": (0, 17),
"blender": (2, 79, 0),
"location": "File > Import-Export",
"description": "Exporter for Cyan Worlds' Plasma Engine",
"warning": "pre-release",
"category": "System",
}

Expand Down

0 comments on commit e2bf2fa

Please sign in to comment.