From c8c1b8fa01ce78ca09976286a75fc61fb180344a Mon Sep 17 00:00:00 2001 From: Vishal Date: Thu, 8 Aug 2024 03:14:30 +0530 Subject: [PATCH] v1.0.22 --- index.json | 1 + plugin_manager.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.json b/index.json index b8341dc..ccd05b4 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.22": null, "1.0.21": { "api_version": 8, "commit_sha": "b1a3aaa", diff --git a/plugin_manager.py b/plugin_manager.py index 94f171f..6647464 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.21" +PLUGIN_MANAGER_VERSION = "1.0.22" 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.