Skip to content

Commit

Permalink
Fixed version number, new 0.13.0 release
Browse files Browse the repository at this point in the history
Fixed version number
  • Loading branch information
Darkblader24 committed May 1, 2019
2 parents b427fef + ad0a4b0 commit 42728dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
'author': 'GiveMeAllYourCats',
'location': 'View 3D > Tool Shelf > CATS',
'description': 'A tool designed to shorten steps needed to import and optimize models into VRChat',
'version': (0, 12, 2), # 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!
'version': (0, 13, 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!
'blender': (2, 80, 0),
'wiki_url': 'https://github.com/michaeldegroot/cats-blender-plugin',
'tracker_url': 'https://github.com/michaeldegroot/cats-blender-plugin/issues',
'warning': '',
}
dev_branch = True
dev_branch = False

import os
import sys
Expand Down

0 comments on commit 42728dc

Please sign in to comment.