From 1a9468daa3312b8c8d996ed87f81d041a1f08664 Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Sat, 9 Aug 2025 22:14:31 +0530 Subject: [PATCH] change version to 1.1.4 --- CHANGELOG.md | 2 +- index.json | 7 +------ plugin_manager.py | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a141d3..72983d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Plugin Manager (dd-mm-yyyy) -### 1.2.1 (09-08-2025) +### 1.1.4 (09-08-2025) - Cleaning up the code. - UI now works again for other scales if used from dev console. diff --git a/index.json b/index.json index 302b32f..28cbfc0 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": "5afbadd", - "released_on": "09-08-2025", - "md5sum": "6034f81bae2cdab4f5fba511d30075d4" - }, + "1.1.4": null, "1.1.3": { "api_version": 9, "commit_sha": "728b01b", diff --git a/plugin_manager.py b/plugin_manager.py index 667d992..d255877 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.1" +PLUGIN_MANAGER_VERSION = "1.1.4" 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.