Skip to content

Commit 7ec4f37

Browse files
authored
Update __init__.py
1 parent eddcfa0 commit 7ec4f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
'author': 'GiveMeAllYourCats & Hotox, Unofficial version maintained by Yusarina',
77
'location': 'View 3D > Tool Shelf > CATS',
88
'description': 'A tool designed to shorten steps needed to import and optimize models into VRChat',
9-
'version': (3, 6, 7, 0), # Has to be (x, x, x) not [x, x, x]!! Only change this version and the dev branch var right before publishing the new update!
9+
'version': (3, 6, 7, 1), # Has to be (x, x, x) not [x, x, x]!! Only change this version and the dev branch var right before publishing the new update!
1010
'blender': (3, 6, 0),
1111
'wiki_url': 'https://github.com/Yusarina/Cats-Blender-Plugin-Unofficial-/wiki',
1212
'tracker_url': 'https://github.com/Yusarina/Cats-Blender-Plugin-Unofficial-/issues',
1313
'warning': '',
1414
}
1515

1616

17-
dev_branch = True
17+
dev_branch = False
1818

1919

2020
import os

0 commit comments

Comments
 (0)