Bump to v0.3.2

This commit is contained in:
Rikko 2023-04-30 22:46:21 +05:30
parent 7cf7f7b6d1
commit 789f95f6b1
2 changed files with 3 additions and 2 deletions

View file

@ -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.2": null,
"0.3.1": { "0.3.1": {
"api_version": 7, "api_version": 7,
"commit_sha": "0b856ba", "commit_sha": "0b856ba",

View file

@ -24,7 +24,7 @@ _env = _ba.env()
_uiscale = ba.app.ui.uiscale _uiscale = ba.app.ui.uiscale
PLUGIN_MANAGER_VERSION = "0.3.1" PLUGIN_MANAGER_VERSION = "0.3.2"
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.