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

@ -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"