Browse Source

v0.12.28 revert unhelpful broken patch

Joseph Brandenburg 2 weeks ago
parent
commit
965c6c48d6
3 changed files with 4 additions and 3 deletions
  1. 2 1
      .gitignore
  2. 1 1
      __init__.py
  3. 1 1
      blender_manifest.toml

+ 2 - 1
.gitignore

@@ -6,4 +6,5 @@ index.json
 mantis.zip
 mantis.*.zip
 widgets/*
-components/*
+components/*
+mantis_beta.zip

+ 1 - 1
__init__.py

@@ -18,7 +18,7 @@ from .utilities import prRed
 
 MANTIS_VERSION_MAJOR=0
 MANTIS_VERSION_MINOR=12
-MANTIS_VERSION_SUB=27
+MANTIS_VERSION_SUB=28
 
 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.27"
+version = "0.12.28"
 name = "Mantis"
 tagline = "Mantis is a rigging nodes toolkit"
 maintainer = "Nodespaghetti <josephbburg@protonmail.com>"