Skip to content

Commit 4a773d5

Browse files
authored
Update versioning
1 parent 9e2588f commit 4a773d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
bl_info = {
66
"name": "CyberConnect2 ANM XFBIN File Export",
77
"author": "Dei, TheLeonX, Al-Hydra",
8-
"version": (1, 1, 0),
8+
"version": (1, 0, 5),
99
"blender": (4, 2, 0),
1010
"location": "File > Export",
1111
"description": "Export XFBIN animation files found in CyberConnect2 Naruto Storm and JoJo games.",
@@ -14,4 +14,4 @@
1414
}
1515

1616
if blender_loader:
17-
from .blender.addon import *
17+
from .blender.addon import *

0 commit comments

Comments
 (0)