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

@ -24,7 +24,7 @@ _env = _ba.env()
_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"
CURRENT_TAG = "main"
INDEX_META = "{repository_url}/{content_type}/{tag}/index.json"