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.