change version to 1.1.4

This commit is contained in:
Loup-Garou911XD 2025-08-09 22:14:31 +05:30
parent c402474f81
commit 1a9468daa3
3 changed files with 3 additions and 8 deletions

View file

@ -1,6 +1,6 @@
## Plugin Manager (dd-mm-yyyy) ## Plugin Manager (dd-mm-yyyy)
### 1.2.1 (09-08-2025) ### 1.1.4 (09-08-2025)
- Cleaning up the code. - Cleaning up the code.
- UI now works again for other scales if used from dev console. - UI now works again for other scales if used from dev console.

View file

@ -1,12 +1,7 @@
{ {
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
"versions": { "versions": {
"1.2.1": { "1.1.4": null,
"api_version": 9,
"commit_sha": "5afbadd",
"released_on": "09-08-2025",
"md5sum": "6034f81bae2cdab4f5fba511d30075d4"
},
"1.1.3": { "1.1.3": {
"api_version": 9, "api_version": 9,
"commit_sha": "728b01b", "commit_sha": "728b01b",

View file

@ -29,7 +29,7 @@ from datetime import datetime
# Modules used for overriding AllSettingsWindow # Modules used for overriding AllSettingsWindow
import logging import logging
PLUGIN_MANAGER_VERSION = "1.2.1" PLUGIN_MANAGER_VERSION = "1.1.4"
REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager" REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager"
# Current tag can be changed to "staging" or any other branch in # Current tag can be changed to "staging" or any other branch in
# plugin manager repo for testing purpose. # plugin manager repo for testing purpose.