diff --git a/index.json b/index.json index 86f9950..0836b60 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.2": { - "api_version": 9, - "commit_sha": "8c50563", - "released_on": "08-04-2025", - "md5sum": "679fde6f794518abfc0fe4dd70a2f037" - }, + "1.1.2": null, "1.1.1": { "api_version": 9, "commit_sha": "93106f2", diff --git a/plugin_manager.py b/plugin_manager.py index 1f0dc04..2ae85c4 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.1" +PLUGIN_MANAGER_VERSION = "1.1.2" 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.