From b0c463e32cdebaebc6800460794f4dd4925e5ce5 Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:10:31 +0530 Subject: [PATCH] ci --- index.json | 7 +------ plugin_manager.py | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/index.json b/index.json index 2984b0a..01eb39a 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.1.6": { - "api_version": 9, - "commit_sha": "f0b36c7", - "released_on": "26-01-2026", - "md5sum": "157026aa0c09b762aff92c73048bafcd" - }, + "1.1.6": null, "1.1.5": { "api_version": 9, "commit_sha": "dd1a605", diff --git a/plugin_manager.py b/plugin_manager.py index b5fa069..8bb3006 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -26,7 +26,7 @@ from datetime import datetime # Modules used for overriding AllSettingsWindow import logging -PLUGIN_MANAGER_VERSION = "1.1.5" +PLUGIN_MANAGER_VERSION = "1.1.6" 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.