Skip to content

Commit

Permalink
bump version (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarcontar authored Jul 28, 2020
1 parent 2484ca5 commit beb260d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions io_mesh_w3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
from io_mesh_w3d.export_utils import save_data
from io_mesh_w3d.custom_properties import *

VERSION = (0, 6, 0)
VERSION = (0, 6, 1)

bl_info = {
'name': 'Import/Export Westwood W3D Format (.w3d/.w3x)',
'author': 'OpenSage Developers',
'version': (0, 6, 0),
'version': (0, 6, 1),
"blender": (2, 83, 0),
'location': 'File > Import/Export > Westwood W3D (.w3d/.w3x)',
'description': 'Import or Export the Westwood W3D-Format (.w3d/.w3x)',
Expand Down
4 changes: 3 additions & 1 deletion version_history.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
v0.6.0
v0.6.1

v0.6.0 (28.7.20)
- export dummy shade indices (they are needed for the mod SDK (at least for W3X))
- support for mesh sorting levels
- only display appropriate custom object properties
Expand Down

0 comments on commit beb260d

Please sign in to comment.