mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
bump to new version
Change the version
This commit is contained in:
parent
ddf150e08b
commit
263ee994ae
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",
|
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"0.3.3" : null,
|
||||||
"0.3.2": {
|
"0.3.2": {
|
||||||
"api_version": 7,
|
"api_version": 7,
|
||||||
"commit_sha": "789f95f",
|
"commit_sha": "789f95f",
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ _env = _ba.env()
|
||||||
_uiscale = ba.app.ui.uiscale
|
_uiscale = ba.app.ui.uiscale
|
||||||
|
|
||||||
|
|
||||||
PLUGIN_MANAGER_VERSION = "0.3.2"
|
PLUGIN_MANAGER_VERSION = "0.3.3"
|
||||||
REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager"
|
REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager"
|
||||||
# Current tag can be changed to "staging" or any other branch in
|
# Current tag can be changed to "staging" or any other branch in
|
||||||
# plugin manager repo for testing purpose.
|
# plugin manager repo for testing purpose.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue