updated version string

This commit is contained in:
Loup-Garou911XD 2025-04-08 22:11:35 +05:30
parent dd023138aa
commit 8f484fc0cf
2 changed files with 2 additions and 7 deletions

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.1.2": { "1.1.2": null,
"api_version": 9,
"commit_sha": "8c50563",
"released_on": "08-04-2025",
"md5sum": "679fde6f794518abfc0fe4dd70a2f037"
},
"1.1.1": { "1.1.1": {
"api_version": 9, "api_version": 9,
"commit_sha": "93106f2", "commit_sha": "93106f2",

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.1.1" PLUGIN_MANAGER_VERSION = "1.1.2"
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.