Bump to v0.1.2

This commit is contained in:
Rikko 2022-08-28 21:34:18 +05:30
parent 5f94504e58
commit cf2f5ee067
3 changed files with 2 additions and 7 deletions

View file

@ -20,7 +20,7 @@ _env = _ba.env()
_uiscale = ba.app.ui.uiscale
PLUGIN_MANAGER_VERSION = "0.1.1"
PLUGIN_MANAGER_VERSION = "0.1.2"
REPOSITORY_URL = "http://github.com/bombsquad-community/plugin-manager"
CURRENT_TAG = "main"
# XXX: Using https with `ba.open_url` seems to trigger a pop-up dialog box on
@ -491,7 +491,6 @@ class PluginVersion:
self.plugin = plugin
self.api_version = info["api_version"]
self.commit_sha = info["commit_sha"]
self.dependencies = info["dependencies"]
self.md5sum = info["md5sum"]
if tag is None:
@ -1891,7 +1890,7 @@ class NewAllSettingsWindow(ba.Window):
v + 35),
size=(imgw, imgh),
color=(0.8, 0.95, 1),
texture=ba.gettexture("heart"),
texture=ba.gettexture("storeIcon"),
draw_controller=mmb)
self._restore_state()

View file

@ -17,7 +17,6 @@
"1.1.0": {
"api_version": 7,
"commit_sha": "cbdb3ead",
"dependencies": [],
"released_on": "08-08-2022",
"md5sum": "f4f0bb91f5d10cf8f591ecf7d2848182"
}

View file

@ -22,14 +22,12 @@
"1.2.0": {
"api_version": 7,
"commit_sha": "a98dacd",
"dependencies": [],
"released_on": "12-08-2022",
"md5sum": "41084bfec41119ca9df8e6d899cd3cc0"
},
"1.1.0": {
"api_version": 7,
"commit_sha": "13a9d128",
"dependencies": [],
"released_on": "03-06-2022",
"md5sum": "4b6bbb99037ebda4664da7c510b3717c"
}
@ -49,7 +47,6 @@
"1.0.0": {
"api_version": 7,
"commit_sha": "2aa6df31",
"dependencies": [],
"released_on": "06-08-2022",
"md5sum": "233dfaa7f0e9394d21454f4ffa7d0205"
}