From fa4ffe0494c7f5874db1418bc6070efda0ce2742 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Mon, 15 Jun 2026 02:25:59 +0200 Subject: [PATCH] chore: bump lib-core.panel dep to 0.3.0 --- manifest.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.lib b/manifest.lib index f57e540..a4de9f1 100644 --- a/manifest.lib +++ b/manifest.lib @@ -6,6 +6,6 @@ "deps": [ {"id": "lib-core.notify-display", "version": "0.1.0"}, {"id": "lib-core.notify", "version": "0.1.0"}, - {"id": "lib-core.panel", "version": "0.2.0"} + {"id": "lib-core.panel", "version": "0.3.0"} ] }