Changed the version in PM and index

Added the version change in PluginManager.py and index.json
This commit is contained in:
Sravan 2023-03-04 13:28:23 +05:30
parent 5623b01823
commit 2ff6d49834
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +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.3.1": null,
"0.3.0": { "0.3.0": {
"api_version": 7, "api_version": 7,
"commit_sha": "cb5df36", "commit_sha": "cb5df36",

View file

@ -24,7 +24,7 @@ _env = _ba.env()
_uiscale = ba.app.ui.uiscale _uiscale = ba.app.ui.uiscale
PLUGIN_MANAGER_VERSION = "0.3.0" PLUGIN_MANAGER_VERSION = "0.3.1"
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"