This commit is contained in:
Loup-Garou911XD 2025-02-09 19:17:19 +05:30
parent 5104aac584
commit 93106f2e72
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",
"versions": {
"1.1.1": {
"api_version": 9,
"commit_sha": "9a6d649",
"released_on": "09-02-2025",
"md5sum": "f4750704a753e725365c92c87f793ad5"
},
"1.1.1": null,
"1.1.0": {
"api_version": 9,
"commit_sha": "004ee51",

View file

@ -29,7 +29,7 @@ from datetime import datetime
# Modules used for overriding AllSettingsWindow
import logging
PLUGIN_MANAGER_VERSION = "1.1.0"
PLUGIN_MANAGER_VERSION = "1.1.1"
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.