From eb7947b2dce87601312a1c55b26bc1328e71beb5 Mon Sep 17 00:00:00 2001 From: Vishal Date: Wed, 6 Aug 2025 00:53:13 +0530 Subject: [PATCH] V-1.2.1 --- index.json | 1 + plugin_manager.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.json b/index.json index 9fabd13..eb04d3d 100644 --- a/index.json +++ b/index.json @@ -1,6 +1,7 @@ { "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { + "1.2.1": null, "1.1.3": { "api_version": 9, "commit_sha": "728b01b", diff --git a/plugin_manager.py b/plugin_manager.py index e897f0b..e5c311c 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.3" +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.