Skip to content

Commit

Permalink
fixed displayed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarcontar authored Sep 8, 2023
1 parent 127123d commit 891a3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io_mesh_w3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
bl_info = {
'name': 'Import/Export Westwood W3D Format (.w3d/.w3x)',
'author': 'OpenSage Developers',
'version': (0, 6, 7),
'version': (0, 6, 9),
"blender": (2, 90, 0),
'location': 'File > Import/Export > Westwood W3D (.w3d/.w3x)',
'description': 'Import or Export the Westwood W3D-Format (.w3d/.w3x)',
Expand Down

0 comments on commit 891a3b4

Please sign in to comment.