diff --git a/CHANGELOG.md b/CHANGELOG.md index d809d66..74d9aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Plugin Manager (dd-mm-yyyy) -### 0.2.3 (31-01-2023) +### 0.3.0 (31-01-2023) - Displays a tutorial button in the plugin window, whenever there is a supported url present in the plugin data. diff --git a/index.json b/index.json index a4c3e4b..604f315 100644 --- a/index.json +++ b/index.json @@ -1,12 +1,7 @@ { "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { - "0.2.3": { - "api_version": 7, - "commit_sha": "6e457da", - "released_on": "08-02-2023", - "md5sum": "a29c540dcaf533bcf039d3bf80704719" - }, + "0.3.0": null, "0.2.2": { "api_version": 7, "commit_sha": "2672a5a", diff --git a/plugin_manager.py b/plugin_manager.py index 6fd149e..7225598 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -24,7 +24,7 @@ _env = _ba.env() _uiscale = ba.app.ui.uiscale -PLUGIN_MANAGER_VERSION = "0.2.3" +PLUGIN_MANAGER_VERSION = "0.3.0" REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager" CURRENT_TAG = "main" INDEX_META = "{repository_url}/{content_type}/{tag}/index.json"