From cd1c858bbd82847dfef3f3eb758c60e04b3afb86 Mon Sep 17 00:00:00 2001 From: ! Freaku <92618708+Freaku17@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:20:07 +0530 Subject: [PATCH 1/2] Fix oops --- index.json | 7 +------ plugin_manager.py | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/index.json b/index.json index a43348c..16e9130 100644 --- a/index.json +++ b/index.json @@ -1,12 +1,7 @@ { "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { - "1.0.5": { - "api_version": 8, - "commit_sha": "e417f41", - "released_on": "11-12-2023", - "md5sum": "3a27fb8fd11bc59ae6f2f2655bb151f3" - }, + "1.0.5": null, "1.0.4": { "api_version": 8, "commit_sha": "94abe80", diff --git a/plugin_manager.py b/plugin_manager.py index 6478c32..92566a2 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -30,7 +30,7 @@ from threading import Thread import logging -PLUGIN_MANAGER_VERSION = "1.0.4" +PLUGIN_MANAGER_VERSION = "1.0.5" REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager" # Current tag can be changed to "staging" or any other branch in # plugin manager repo for testing purpose. From 3a37d10b50864fae3514c721f3dabf4aab5b3a9f Mon Sep 17 00:00:00 2001 From: Freaku17 Date: Mon, 11 Dec 2023 16:50:48 +0000 Subject: [PATCH 2/2] [ci] apply-version-metadata --- index.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.json b/index.json index 16e9130..ec93ec0 100644 --- a/index.json +++ b/index.json @@ -1,7 +1,12 @@ { "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { - "1.0.5": null, + "1.0.5": { + "api_version": 8, + "commit_sha": "cd1c858", + "released_on": "11-12-2023", + "md5sum": "bbd7b03d0e16b088c0df842271dbf9cc" + }, "1.0.4": { "api_version": 8, "commit_sha": "94abe80",