From ba3d4fe20e255e2f160b6cf467f293541e5ae049 Mon Sep 17 00:00:00 2001 From: Bent Hillerkus <29630575+benthillerkus@users.noreply.github.com> Date: Thu, 3 Dec 2020 20:28:31 +0100 Subject: [PATCH] Bump version --- clear_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clear_all.py b/clear_all.py index 1beacf4..5fd63b0 100644 --- a/clear_all.py +++ b/clear_all.py @@ -7,7 +7,7 @@ bl_info = { "name": "Clear All Transforms", "author": "Bent Hillerkus <29630575+benthillerkus@users.noreply.github.com>", - "version": (1, 0), + "version": (1, 0, 1), "blender": (2, 83, 0), "category": "Object", "location": "View3D > Object > Clear > Transforms",