Skip to content

Commit e094d8a

Browse files
committed
bump version
1 parent 8933afc commit e094d8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
bl_info = {
3232
"name": "CharMorph",
3333
"author": "Michael Vigovsky",
34-
"version": (0, 3, 5),
35-
"blender": (3, 3, 0),
34+
"version": (0, 4, 0),
35+
"blender": (4, 3, 0),
3636
"location": "View3D > Tools > CharMorph",
3737
"description": "Character creation and morphing, cloth fitting and rigging tools",
3838
'wiki_url': "",

about.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
bl_info = {
55
"name": "CharMorph",
66
"author": "Michael Vigovsky",
7-
"version": (0, 3, 5),
8-
"blender": (3, 3, 0),
7+
"version": (0, 4, 0),
8+
"blender": (4, 3, 0),
99
"location": "View3D > Tools > CharMorph",
1010
"description": "Character creation and morphing, cloth fitting and rigging tools",
1111
'wiki_url': "",

0 commit comments

Comments
 (0)