Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SE2Dev committed Nov 2, 2018
1 parent ba7c9c1 commit d2889f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion io_scene_cod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
bl_info = {
"name": "Blender-CoD",
"author": "CoDEmanX, Flybynyt, SE2Dev",
"version": (0, 5, 1),
"version": (0, 5, 2),
"blender": (2, 78, 0),
"location": "File > Import | File > Export",
"description": "Import-Export XModel_Export, XAnim_Export",
Expand Down
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def PackageName(name, version):
return "%s_v%d.%d.%d.zip" % (name, *version)


pkgFile = PackageName("Blender-CoD", "dev")
pkgFile = PackageName("Blender-CoD", (0, 5, 2))

# Create the package archive
file = zipfile.ZipFile(pkgFile, "w")
Expand Down

0 comments on commit d2889f7

Please sign in to comment.