瀏覽代碼

v 0.11.10

Joseph Brandenburg 5 月之前
父節點
當前提交
2e95ef1488
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      __init__.py
  2. 1 1
      blender_manifest.toml

+ 1 - 1
__init__.py

@@ -16,7 +16,7 @@ from .utilities import prRed
 
 MANTIS_VERSION_MAJOR=0
 MANTIS_VERSION_MINOR=11
-MANTIS_VERSION_SUB=9
+MANTIS_VERSION_SUB=10
 
 classLists = [module.TellClasses() for module in [
  link_definitions,

+ 1 - 1
blender_manifest.toml

@@ -3,7 +3,7 @@ schema_version = "1.0.0"
 # Example of manifest file for a Blender extension
 # Change the values according to your extension
 id = "mantis"
-version = "0.11.9"
+version = "0.11.10"
 name = "Mantis"
 tagline = "Mantis is a rigging nodes toolkit"
 maintainer = "Nodespaghetti <josephbburg@protonmail.com>"