diff --git a/index.json b/index.json index 1602e32..5e701a4 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.3": { - "api_version": 9, - "commit_sha": "84ec23b", - "released_on": "08-04-2025", - "md5sum": "0bb8b264fe168cd4a0f792e1ec9e7190" - }, + "1.1.3": null, "1.1.2": { "api_version": 9, "commit_sha": "8f484fc", diff --git a/plugin_manager.py b/plugin_manager.py index a7b6aad..f251c45 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.2" +PLUGIN_MANAGER_VERSION = "1.1.3" 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.