Skip to content

Commit cffc456

Browse files
committed
Bump version to 1.0.3
1 parent a94313f commit cffc456

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

blender_addon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bl_info = {
22
"name": "Ando Barrier Physics",
33
"author": "BlenderSim Project",
4-
"version": (1, 0, 1),
4+
"version": (1, 0, 3),
55
"blender": (3, 6, 0),
66
"location": "View3D > Sidebar > Ando Physics",
77
"description": "Cubic Barrier with Elasticity-Inclusive Dynamic Stiffness (Ando 2024)",

blender_addon/blender_manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema_version = "1.0.0"
22

33
id = "ando_barrier"
4-
version = "1.0.1"
4+
version = "1.0.3"
55
name = "Ando Barrier Physics"
66
tagline = "Cubic Barrier with Elasticity-Inclusive Dynamic Stiffness"
77
maintainer = "BlenderSim Project"

0 commit comments

Comments
 (0)