Collection Manager: Bump versions. #69577

Bump the patch version and the minimum Blender version.
This commit is contained in:
Ryan Inch
2023-10-31 05:18:01 -04:00
parent acb39e7ad5
commit de26298989

View File

@ -6,8 +6,8 @@ bl_info = {
"name": "Collection Manager",
"description": "Manage collections and their objects",
"author": "Ryan Inch",
"version": (2, 24, 8),
"blender": (3, 0, 0),
"version": (2, 24, 9),
"blender": (4, 0, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel
"doc_url": "{BLENDER_MANUAL_URL}/addons/interface/collection_manager.html",