diff --git a/index.json b/index.json index 2293932..eb04d3d 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.2.1": { - "api_version": 9, - "commit_sha": "65c7bdc", - "released_on": "05-08-2025", - "md5sum": "b7de1dac07c94cea75195cffead5bd1b" - }, + "1.2.1": null, "1.1.3": { "api_version": 9, "commit_sha": "728b01b", diff --git a/plugin_manager.py b/plugin_manager.py index 78215c4..8bbbc36 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.2.0" +PLUGIN_MANAGER_VERSION = "1.2.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.