Explorar el Código

v 0.12.27 bug fix release

Joseph Brandenburg hace 2 semanas
padre
commit
0eb22ed488
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      __init__.py
  2. 1 1
      blender_manifest.toml

+ 1 - 1
__init__.py

@@ -18,7 +18,7 @@ from .utilities import prRed
 
 MANTIS_VERSION_MAJOR=0
 MANTIS_VERSION_MINOR=12
-MANTIS_VERSION_SUB=26
+MANTIS_VERSION_SUB=27
 
 classLists = [module.TellClasses() for module in [
  link_nodes_ui,

+ 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.12.26"
+version = "0.12.27"
 name = "Mantis"
 tagline = "Mantis is a rigging nodes toolkit"
 maintainer = "Nodespaghetti <josephbburg@protonmail.com>"