From 5250331734a77edda043a6d3696b2eeea458ad1f Mon Sep 17 00:00:00 2001 From: Haggets <70298382+Haggets@users.noreply.github.com> Date: Wed, 14 Apr 2021 23:50:58 -0400 Subject: [PATCH] Changed __init__'s Blender version --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 1fa2fd3..ca49f35 100644 --- a/__init__.py +++ b/__init__.py @@ -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.", @@ -56,4 +56,4 @@ def unregister(): del bpy.types.Scene.vatproperties if __name__ == "__main__": - register() \ No newline at end of file + register()