From 93106f2e72e54187320fd06a88a8655f68b54a67 Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD Date: Sun, 9 Feb 2025 19:17:19 +0530 Subject: [PATCH] CI fix --- index.json | 7 +------ plugin_manager.py | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/index.json b/index.json index 612465d..f68d833 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.1.1": { - "api_version": 9, - "commit_sha": "9a6d649", - "released_on": "09-02-2025", - "md5sum": "f4750704a753e725365c92c87f793ad5" - }, + "1.1.1": null, "1.1.0": { "api_version": 9, "commit_sha": "004ee51", diff --git a/plugin_manager.py b/plugin_manager.py index fd6e209..2095dfe 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -29,7 +29,7 @@ from datetime import datetime # Modules used for overriding AllSettingsWindow import logging -PLUGIN_MANAGER_VERSION = "1.1.0" +PLUGIN_MANAGER_VERSION = "1.1.1" 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.