From fc4303bc995dfcf82f64b88b9fb55b60274f19d2 Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Thu, 25 Jun 2026 22:08:37 +0530 Subject: [PATCH] chore: Bumpt plugin supported version --- plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins.json b/plugins.json index 843f9b8..fbb73d7 100644 --- a/plugins.json +++ b/plugins.json @@ -3,19 +3,19 @@ "weather": { "version": "1.0.0", "url": "https://git.adityagupta.dev/sortedcord/bootstrap/raw/branch/master/plugins/weather.sh", - "bootstrap": "2.1.0", + "bootstrap": "2.2.0", "description": "Show weather forecast for your location" }, "sysinfo": { "version": "1.0.0", "url": "https://git.adityagupta.dev/sortedcord/bootstrap/raw/branch/master/plugins/sysinfo.sh", - "bootstrap": "2.1.0", + "bootstrap": "2.2.0", "description": "Show system information and hardware statistics" }, "todo": { "version": "1.0.0", "url": "https://git.adityagupta.dev/sortedcord/bootstrap/raw/branch/master/plugins/todo.sh", - "bootstrap": "2.1.0", + "bootstrap": "2.2.0", "description": "A simple command-line todo list manager" } }