This commit is contained in:
Vishal 2024-05-05 07:06:28 +05:30 committed by GitHub
parent c8ac6c1181
commit b439c4be05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.0.19": { "1.0.19": null,
"api_version": 8,
"commit_sha": "e1d963a",
"released_on": "05-05-2024",
"md5sum": "8ca241adffe539ed22b6158125e6c196"
},
"1.0.18": { "1.0.18": {
"api_version": 8, "api_version": 8,
"commit_sha": "5af504e", "commit_sha": "5af504e",

View file

@ -31,7 +31,7 @@ from datetime import datetime
from threading import Thread from threading import Thread
import logging import logging
PLUGIN_MANAGER_VERSION = "1.0.18" PLUGIN_MANAGER_VERSION = "1.0.19"
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.