Bump the plugin manager version

Changed the plugin manager minor version to reflect in the existing consoles as an updated version.
This commit is contained in:
Sravan Kumar 2023-01-31 15:41:31 +05:30 committed by GitHub
parent faf2b8a0b8
commit ee2715d3ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ _env = _ba.env()
_uiscale = ba.app.ui.uiscale
PLUGIN_MANAGER_VERSION = "0.2.2"
PLUGIN_MANAGER_VERSION = "0.2.3"
REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager"
CURRENT_TAG = "main"
INDEX_META = "{repository_url}/{content_type}/{tag}/index.json"