Skip to content

Commit bfe1fda

Browse files
committed
Update error exporting ascii
do not allow update to 1.9.0
1 parent f5ad149 commit bfe1fda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
bl_info = {
55
"name": "XNALara/XPS Import/Export",
66
"author": "johnzero7",
7-
"version": (1, 8, 5),
7+
"version": (1, 8, 6),
88
"blender": (2, 74, 0),
99
"location": "File > Import-Export > XNALara/XPS",
1010
"description": "Import-Export XNALara/XPS",

addon_updater_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ def register(bl_info):
953953

954954
# max install (<) will install strictly anything lower
955955
# updater.version_max_update = (9,9,9)
956-
updater.version_max_update = None # if not wanting to define a max
956+
updater.version_max_update = (1,8,999) # if not wanting to define a max
957957

958958
updater.skip_tag = skip_tag_function # min and max used in this function
959959

0 commit comments

Comments
 (0)