From cf2f5ee067297002f2cc66e5b0d092c1cbe723d1 Mon Sep 17 00:00:00 2001 From: Rikko Date: Sun, 28 Aug 2022 21:34:18 +0530 Subject: [PATCH] Bump to v0.1.2 --- plugin_manager.py | 5 ++--- plugins/minigames.json | 1 - plugins/utilities.json | 3 --- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/plugin_manager.py b/plugin_manager.py index 2af40c9..1ed0aa6 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -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() diff --git a/plugins/minigames.json b/plugins/minigames.json index 2288403..4d69b67 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -17,7 +17,6 @@ "1.1.0": { "api_version": 7, "commit_sha": "cbdb3ead", - "dependencies": [], "released_on": "08-08-2022", "md5sum": "f4f0bb91f5d10cf8f591ecf7d2848182" } diff --git a/plugins/utilities.json b/plugins/utilities.json index b98c05d..0015730 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -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" }