mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
updated version
This commit is contained in:
parent
fe4d41177a
commit
d13591e473
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
||||
"versions": {
|
||||
"0.2.3": null,
|
||||
"0.2.2": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "2672a5a",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue