diff --git a/index.json b/index.json index abfaa6c..8424e86 100644 --- a/index.json +++ b/index.json @@ -1,12 +1,7 @@ { "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { - "1.0.20": { - "api_version": 8, - "commit_sha": "eab0665", - "released_on": "12-05-2024", - "md5sum": "fdabe6606c901b85b027f840a785ff16" - }, + "1.0.20": null, "1.0.19": { "api_version": 8, "commit_sha": "b439c4b", diff --git a/plugin_manager.py b/plugin_manager.py index 0306d2f..12a1223 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.19" +PLUGIN_MANAGER_VERSION = "1.0.20" 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.