Bump to v0.1.6

This commit is contained in:
Rikko 2022-09-16 04:03:59 +05:30
parent 56e0f23282
commit 2a7ad8e497
2 changed files with 3 additions and 8 deletions

View file

@ -1,12 +1,7 @@
{ {
"plugin_manager_url": "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "plugin_manager_url": "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
"versions": { "versions": {
"0.1.6": { "0.1.6": null,
"api_version": 7,
"commit_sha": "eee2047",
"released_on": "15-09-2022",
"md5sum": "5b4ffdc55edae0d53f71ae8b723be731"
},
"0.1.5": { "0.1.5": {
"api_version": 7, "api_version": 7,
"commit_sha": "6998ded", "commit_sha": "6998ded",

View file

@ -20,7 +20,7 @@ _env = _ba.env()
_uiscale = ba.app.ui.uiscale _uiscale = ba.app.ui.uiscale
PLUGIN_MANAGER_VERSION = "0.1.5" PLUGIN_MANAGER_VERSION = "0.1.6"
REPOSITORY_URL = "http://github.com/bombsquad-community/plugin-manager" REPOSITORY_URL = "http://github.com/bombsquad-community/plugin-manager"
CURRENT_TAG = "main" CURRENT_TAG = "main"
# XXX: Using https with `ba.open_url` seems to trigger a pop-up dialog box on # XXX: Using https with `ba.open_url` seems to trigger a pop-up dialog box on