From b12a738dbe584f549adb62f6ba4350b23dc1fc9a Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD Date: Wed, 15 Jan 2025 03:28:06 +0530 Subject: [PATCH] woops --- plugin_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_manager.py b/plugin_manager.py index 84496ce..e66c1e1 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -29,7 +29,7 @@ from typing import cast, override # 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.