Skip to content

Commit

Permalink
Changed __init__'s Blender version
Browse files Browse the repository at this point in the history
  • Loading branch information
Haggets committed Apr 15, 2021
1 parent 4e2e2eb commit 5250331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
bl_info = {
"name": "Valve Armature Toolkit",
"author": "Haggets",
"version": (0, 6, 0),
"version": (0, 8, 0),
"blender": (2, 83, 10),
"location": "Properties > Object Data (Armature)",
"description": "Various utilities to ease the work while working with Source engine armatures.",
Expand Down Expand Up @@ -56,4 +56,4 @@ def unregister():
del bpy.types.Scene.vatproperties

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

0 comments on commit 5250331

Please sign in to comment.