mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
1.0.20
This commit is contained in:
parent
4e326fab02
commit
f229b33961
2 changed files with 2 additions and 7 deletions
|
|
@ -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.20": {
|
"1.0.20": null,
|
||||||
"api_version": 8,
|
|
||||||
"commit_sha": "eab0665",
|
|
||||||
"released_on": "12-05-2024",
|
|
||||||
"md5sum": "fdabe6606c901b85b027f840a785ff16"
|
|
||||||
},
|
|
||||||
"1.0.19": {
|
"1.0.19": {
|
||||||
"api_version": 8,
|
"api_version": 8,
|
||||||
"commit_sha": "b439c4b",
|
"commit_sha": "b439c4b",
|
||||||
|
|
|
||||||
|
|
@ -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.19"
|
PLUGIN_MANAGER_VERSION = "1.0.20"
|
||||||
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue