diff --git a/addon/__init__.py b/addon/__init__.py index 89c66c7..51f4100 100644 --- a/addon/__init__.py +++ b/addon/__init__.py @@ -24,7 +24,7 @@ from .sw.prefs import SW_Preferences bl_info = { "id": "scene_workspaces", "name": "Scene Workspaces", - "tagline": "Filter and sort your workspaces for each scene independently", + "tagline": "Filter and sort your workspaces, scene by scene", "blender": (4, 2, 0), "location": "Workspaces topbar, Properties > Scene", "category": ["Scene", "System", "User Interface"], diff --git a/addon/blender_manifest.toml b/addon/blender_manifest.toml index 5c2cf5f..4b8842c 100755 --- a/addon/blender_manifest.toml +++ b/addon/blender_manifest.toml @@ -2,7 +2,7 @@ schema_version = "1.0.0" id = "scene_workspaces" version = "1.0.0" name = "Scene Workspaces" -tagline = "Filter and sort your workspaces for each scene independently" +tagline = "Filter and sort your workspaces, scene by scene" maintainer = "Francesco Bellini " type = "add-on" website = "https://projects.blender.org/Francesco-Bellini/scene_workspaces_addon" diff --git a/releases/1.x.x/scene_workspaces-1.0.0.zip b/releases/1.x.x/scene_workspaces-1.0.0.zip index 14f32e9..2db114a 100644 Binary files a/releases/1.x.x/scene_workspaces-1.0.0.zip and b/releases/1.x.x/scene_workspaces-1.0.0.zip differ