Skip to content

Commit

Permalink
Merge branch 'hotfix-2.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ekaj2 committed Jan 3, 2017
2 parents 1d56092 + 3516cbb commit 9de94d1
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 @@ -50,7 +50,7 @@
bl_info = {
"name": "UltiMaze [PRO]",
"author": "Jake Dube",
"version": (2, 3),
"version": (2, 3, 1),
"blender": (2, 76, 0),
"location": "3D View > Tools > Maze Gen",
"description": "Generates 3-dimensional mazes.",
Expand Down
2 changes: 1 addition & 1 deletion addon_updater_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def register(bl_info):

# optional, consider turning off for production or allow as an option
# This will print out additional debugging info to the console
updater.verbose = True # make False for production default
updater.verbose = False # make False for production default

# optional, customize where the addon updater processing subfolder is,
# needs to be within the same folder as the addon itself
Expand Down

0 comments on commit 9de94d1

Please sign in to comment.