mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Changed the version in PM and index
Added the version change in PluginManager.py and index.json
This commit is contained in:
parent
5623b01823
commit
2ff6d49834
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.3.1": null,
|
||||
"0.3.0": {
|
||||
"api_version": 7,
|
||||
"commit_sha": "cb5df36",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue