From bca0e85ebaad1f54be3e5e73a197a26963484188 Mon Sep 17 00:00:00 2001 From: Vishal Date: Tue, 21 May 2024 02:41:04 +0530 Subject: [PATCH] Updating to 1.0.21 --- index.json | 1 + plugin_manager.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.json b/index.json index 155fd08..57fad04 100644 --- a/index.json +++ b/index.json @@ -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", diff --git a/plugin_manager.py b/plugin_manager.py index 228fb27..c84071d 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -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.