Updating to 1.0.21

This commit is contained in:
Vishal 2024-05-21 02:41:04 +05:30 committed by GitHub
parent 77963f04a2
commit bca0e85eba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
"versions": {
"1.0.21:": null,
"1.0.20": {
"api_version": 8,
"commit_sha": "5ce10ce",

View file

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