Skip to content

Commit

Permalink
Update error exporting ascii
Browse files Browse the repository at this point in the history
do not allow update to 1.9.0
  • Loading branch information
johnzero7 committed Dec 3, 2018
1 parent f5ad149 commit bfe1fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
bl_info = {
"name": "XNALara/XPS Import/Export",
"author": "johnzero7",
"version": (1, 8, 5),
"version": (1, 8, 6),
"blender": (2, 74, 0),
"location": "File > Import-Export > XNALara/XPS",
"description": "Import-Export XNALara/XPS",
Expand Down
2 changes: 1 addition & 1 deletion addon_updater_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ def register(bl_info):

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

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

Expand Down

0 comments on commit bfe1fda

Please sign in to comment.