mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Bump to v0.1.2
This commit is contained in:
parent
5f94504e58
commit
cf2f5ee067
3 changed files with 2 additions and 7 deletions
|
|
@ -20,7 +20,7 @@ _env = _ba.env()
|
||||||
_uiscale = ba.app.ui.uiscale
|
_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"
|
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
|
||||||
|
|
@ -491,7 +491,6 @@ class PluginVersion:
|
||||||
self.plugin = plugin
|
self.plugin = plugin
|
||||||
self.api_version = info["api_version"]
|
self.api_version = info["api_version"]
|
||||||
self.commit_sha = info["commit_sha"]
|
self.commit_sha = info["commit_sha"]
|
||||||
self.dependencies = info["dependencies"]
|
|
||||||
self.md5sum = info["md5sum"]
|
self.md5sum = info["md5sum"]
|
||||||
|
|
||||||
if tag is None:
|
if tag is None:
|
||||||
|
|
@ -1891,7 +1890,7 @@ class NewAllSettingsWindow(ba.Window):
|
||||||
v + 35),
|
v + 35),
|
||||||
size=(imgw, imgh),
|
size=(imgw, imgh),
|
||||||
color=(0.8, 0.95, 1),
|
color=(0.8, 0.95, 1),
|
||||||
texture=ba.gettexture("heart"),
|
texture=ba.gettexture("storeIcon"),
|
||||||
draw_controller=mmb)
|
draw_controller=mmb)
|
||||||
|
|
||||||
self._restore_state()
|
self._restore_state()
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,6 @@
|
||||||
"1.1.0": {
|
"1.1.0": {
|
||||||
"api_version": 7,
|
"api_version": 7,
|
||||||
"commit_sha": "cbdb3ead",
|
"commit_sha": "cbdb3ead",
|
||||||
"dependencies": [],
|
|
||||||
"released_on": "08-08-2022",
|
"released_on": "08-08-2022",
|
||||||
"md5sum": "f4f0bb91f5d10cf8f591ecf7d2848182"
|
"md5sum": "f4f0bb91f5d10cf8f591ecf7d2848182"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,14 +22,12 @@
|
||||||
"1.2.0": {
|
"1.2.0": {
|
||||||
"api_version": 7,
|
"api_version": 7,
|
||||||
"commit_sha": "a98dacd",
|
"commit_sha": "a98dacd",
|
||||||
"dependencies": [],
|
|
||||||
"released_on": "12-08-2022",
|
"released_on": "12-08-2022",
|
||||||
"md5sum": "41084bfec41119ca9df8e6d899cd3cc0"
|
"md5sum": "41084bfec41119ca9df8e6d899cd3cc0"
|
||||||
},
|
},
|
||||||
"1.1.0": {
|
"1.1.0": {
|
||||||
"api_version": 7,
|
"api_version": 7,
|
||||||
"commit_sha": "13a9d128",
|
"commit_sha": "13a9d128",
|
||||||
"dependencies": [],
|
|
||||||
"released_on": "03-06-2022",
|
"released_on": "03-06-2022",
|
||||||
"md5sum": "4b6bbb99037ebda4664da7c510b3717c"
|
"md5sum": "4b6bbb99037ebda4664da7c510b3717c"
|
||||||
}
|
}
|
||||||
|
|
@ -49,7 +47,6 @@
|
||||||
"1.0.0": {
|
"1.0.0": {
|
||||||
"api_version": 7,
|
"api_version": 7,
|
||||||
"commit_sha": "2aa6df31",
|
"commit_sha": "2aa6df31",
|
||||||
"dependencies": [],
|
|
||||||
"released_on": "06-08-2022",
|
"released_on": "06-08-2022",
|
||||||
"md5sum": "233dfaa7f0e9394d21454f4ffa7d0205"
|
"md5sum": "233dfaa7f0e9394d21454f4ffa7d0205"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue