Skip to content

Commit

Permalink
Fixed typo with versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanParmer authored Jun 4, 2022
1 parent 5b970bb commit d317ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions block_on.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "Block On",
"description" : "Voxelize object and view its cross sections",
"author" : "Brendan Parmer",
"version" : (1, 2, 0),
"version" : (1, 1, 0),
"blender" : (3, 0, 0),
"location" : "Object",
"category" : "Object"
Expand Down Expand Up @@ -711,4 +711,4 @@ def unregister():
bpy.types.VIEW3D_MT_objects.remove(menu_func)

if __name__ == "__main__":
register()
register()

0 comments on commit d317ffa

Please sign in to comment.