Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Molanda committed Feb 29, 2024
1 parent 47326c6 commit c0cfa74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bl_info = {
'name': 'There Model format',
'author': 'Brian Gontowski',
'version': (1, 2, 4),
'version': (1, 2, 5),
'blender': (2, 93, 0),
'location': 'File > Import-Export',
'description': 'Export as Model for There.com',
Expand Down
2 changes: 1 addition & 1 deletion Skute/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bl_info = {
'name': 'There Skute format',
'author': 'Brian Gontowski',
'version': (1, 2, 4),
'version': (1, 2, 5),
'blender': (2, 93, 0),
'location': 'File > Import-Export',
'description': 'Export as Skute for There.com',
Expand Down

0 comments on commit c0cfa74

Please sign in to comment.