From 77780f1d2dd7d8b319cecd495b56cd0e7f7bbf21 Mon Sep 17 00:00:00 2001 From: bonjorno7 Date: Sun, 9 Jan 2022 21:40:54 +0100 Subject: [PATCH] Bump version to 0.4.1 This version fixes a bug caused by the fix of the previous bug related to BoxCutter. It also adds several options for autosave, including functionality that I had removed before. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 274d09e..9f1ecca 100644 --- a/__init__.py +++ b/__init__.py @@ -17,7 +17,7 @@ 'author': 'bonjorno7, TeamC', 'description': 'A powerful saving tool', 'blender': (2, 80, 0), - 'version': (0, 4, 0), + 'version': (0, 4, 1), 'location': 'View3D', 'wiki_url': 'https://github.com/bonjorno7/PowerSave', 'category': '3D View'