Explorar el Código

update Version to 0.9.12

Joseph Brandenburg hace 8 meses
padre
commit
c869548880
Se han modificado 2 ficheros con 2 adiciones y 3 borrados
  1. 1 2
      __init__.py
  2. 1 1
      blender_manifest.toml

+ 1 - 2
__init__.py

@@ -17,8 +17,7 @@ from .utilities import prRed
 
 MANTIS_VERSION_MAJOR=0
 MANTIS_VERSION_MINOR=9
-MANTIS_VERSION_SUB=11
-
+MANTIS_VERSION_SUB=12
 
 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.9.11"
+version = "0.9.12"
 name = "Mantis"
 tagline = "Mantis is a rigging nodes toolkit"
 maintainer = "Nodespaghetti <josephbburg@protonmail.com>"