Skip to content

Commit 8c81c82

Browse files
committed
updated version number
1 parent c7dbd49 commit 8c81c82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@
1818
bl_info = {
1919
"name" : "AssemblMe",
2020
"author" : "Christopher Gearhart <chris@bblanimation.com>",
21-
"version" : (1, 3, 0),
21+
"version" : (1, 3, 1),
2222
"blender" : (2, 80, 0),
2323
"description" : "Iterative object assembly animations made simple",
2424
"location" : "View3D > Tools > AssemblMe",
2525
"wiki_url" : "https://www.blendermarket.com/products/assemblme",
2626
"tracker_url" : "https://github.com/bblanimation/assemblme/issues",
27-
"category" : "Animation"}
27+
"category" : "Animation",
28+
}
2829

2930
# System imports
3031
import os

0 commit comments

Comments
 (0)