Bump the plugin manager version to 0.3.0

This commit is contained in:
Sravan Kumar 2023-02-12 14:42:57 +00:00
parent da000c3e3e
commit cb5df36b6d
3 changed files with 3 additions and 8 deletions

View file

@ -1,6 +1,6 @@
## Plugin Manager (dd-mm-yyyy) ## 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. - Displays a tutorial button in the plugin window, whenever there is a supported url present in the plugin data.

View file

@ -1,12 +1,7 @@
{ {
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
"versions": { "versions": {
"0.2.3": { "0.3.0": null,
"api_version": 7,
"commit_sha": "6e457da",
"released_on": "08-02-2023",
"md5sum": "a29c540dcaf533bcf039d3bf80704719"
},
"0.2.2": { "0.2.2": {
"api_version": 7, "api_version": 7,
"commit_sha": "2672a5a", "commit_sha": "2672a5a",

View file

@ -24,7 +24,7 @@ _env = _ba.env()
_uiscale = ba.app.ui.uiscale _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" REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager"
CURRENT_TAG = "main" CURRENT_TAG = "main"
INDEX_META = "{repository_url}/{content_type}/{tag}/index.json" INDEX_META = "{repository_url}/{content_type}/{tag}/index.json"