This commit is contained in:
! Freaku 2023-12-11 22:20:07 +05:30 committed by GitHub
parent 2605a2368f
commit cd1c858bbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.5": { "1.0.5": null,
"api_version": 8,
"commit_sha": "e417f41",
"released_on": "11-12-2023",
"md5sum": "3a27fb8fd11bc59ae6f2f2655bb151f3"
},
"1.0.4": { "1.0.4": {
"api_version": 8, "api_version": 8,
"commit_sha": "94abe80", "commit_sha": "94abe80",

View file

@ -30,7 +30,7 @@ from threading import Thread
import logging import logging
PLUGIN_MANAGER_VERSION = "1.0.4" PLUGIN_MANAGER_VERSION = "1.0.5"
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.