Bump source to v0.1.8

This commit is contained in:
Rikko 2022-11-30 20:00:44 +05:30
parent 31877d4199
commit bbce3bdb7b
2 changed files with 3 additions and 8 deletions

View file

@ -1,12 +1,7 @@
{
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
"versions": {
"0.1.8": {
"api_version": 7,
"commit_sha": "54478c6",
"released_on": "30-11-2022",
"md5sum": "2c67cd2405e4e34e1a3b6dfc30c8dc74"
},
"0.1.8": null,
"0.1.7": {
"api_version": 7,
"commit_sha": "2fe966c",
@ -38,4 +33,4 @@
"https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/maps.json"
],
"external_source_url": "https://github.com/{repository}/{content_type}/{tag}/category.json"
}
}

View file

@ -20,7 +20,7 @@ _env = _ba.env()
_uiscale = ba.app.ui.uiscale
PLUGIN_MANAGER_VERSION = "0.1.7"
PLUGIN_MANAGER_VERSION = "0.1.8"
REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager"
CURRENT_TAG = "main"
INDEX_META = "{repository_url}/{content_type}/{tag}/index.json"