From 944ae6d8f47d9cacc3a288b98c8e1a08e12e138d Mon Sep 17 00:00:00 2001 From: Vishal Date: Tue, 21 Jan 2025 20:36:44 +0530 Subject: [PATCH] Bumping version back up :/ --- plugin_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_manager.py b/plugin_manager.py index 41b2a26..17ecb74 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.0.23" +PLUGIN_MANAGER_VERSION = "1.1.0" 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.