Kaynağa Gözat

Update Version String to 0.10.1

Joseph Brandenburg 7 ay önce
ebeveyn
işleme
d964f67790
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 2 2
      __init__.py
  2. 1 1
      blender_manifest.toml

+ 2 - 2
__init__.py

@@ -15,8 +15,8 @@ from .ops_generate_tree import GenerateMantisTree
 from .utilities import prRed
 
 MANTIS_VERSION_MAJOR=0
-MANTIS_VERSION_MINOR=9
-MANTIS_VERSION_SUB=15
+MANTIS_VERSION_MINOR=10
+MANTIS_VERSION_SUB=1
 
 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.10.0"
+version = "0.10.1"
 name = "Mantis"
 tagline = "Mantis is a rigging nodes toolkit"
 maintainer = "Nodespaghetti <josephbburg@protonmail.com>"