We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94313f commit cffc456Copy full SHA for cffc456
2 files changed
blender_addon/__init__.py
@@ -1,7 +1,7 @@
1
bl_info = {
2
"name": "Ando Barrier Physics",
3
"author": "BlenderSim Project",
4
- "version": (1, 0, 1),
+ "version": (1, 0, 3),
5
"blender": (3, 6, 0),
6
"location": "View3D > Sidebar > Ando Physics",
7
"description": "Cubic Barrier with Elasticity-Inclusive Dynamic Stiffness (Ando 2024)",
blender_addon/blender_manifest.toml
schema_version = "1.0.0"
id = "ando_barrier"
-version = "1.0.1"
+version = "1.0.3"
name = "Ando Barrier Physics"
tagline = "Cubic Barrier with Elasticity-Inclusive Dynamic Stiffness"
maintainer = "BlenderSim Project"
0 commit comments