Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Inch <mythologylover75@gmail.com>2022-05-31 11:03:32 +0300
committerRyan Inch <mythologylover75@gmail.com>2022-05-31 11:03:32 +0300
commitce6f3d3fd145917475b99b430d12992941abf792 (patch)
treebd18b73facff49d317379008e7a8482c00e837fc
parentc212676a2edede9e611c7769e31e719357a83778 (diff)
Collection Manager: Fix version number. Task: T69577
-rw-r--r--object_collection_manager/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py
index 0fc17eff..fd53b291 100644
--- a/object_collection_manager/__init__.py
+++ b/object_collection_manager/__init__.py
@@ -6,7 +6,7 @@ bl_info = {
"name": "Collection Manager",
"description": "Manage collections and their objects",
"author": "Ryan Inch",
- "version": (2, 25, 0),
+ "version": (2, 24, 1),
"blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel