Skip to content

Commit 39e6cf7

Browse files
authored
Bump version to 1.0.8
1 parent 3f0fa42 commit 39e6cf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
bl_info = {
2222
"name": "SharpOcarina Export",
2323
"author": "dr.doodong, Dragorn421, Nokaubure, Campbell Barton, Bastien Montagne",
24-
"version": (1, 0, 7),
24+
"version": (1, 0, 8),
2525
"blender": (3, 0, 0),
2626
"location": "File > Export",
2727
"description": "Sharp Ocarina Tag Manager",
@@ -101,4 +101,4 @@ def unregister():
101101

102102

103103
if __name__ == "__main__":
104-
register()
104+
register()

0 commit comments

Comments
 (0)