From 3118d7f8b5d854a766b1993a2d89552efe118828 Mon Sep 17 00:00:00 2001 From: Felis Date: Thu, 13 Aug 2026 20:57:34 -0700 Subject: [PATCH] bump plugin version --- catalog.toml | 2 +- hypr-layout-switcher/plugin.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog.toml b/catalog.toml index f52d6a8..9452637 100644 --- a/catalog.toml +++ b/catalog.toml @@ -12,7 +12,7 @@ [[plugin]] id = "feliscatus/hypr-layout-switcher" name = "Hyprland Layout Switcher" -version = "0.1.1" +version = "0.1.2" updated_at = 1785812074 added_at = 1785812074 author = "feliscatus" diff --git a/hypr-layout-switcher/plugin.toml b/hypr-layout-switcher/plugin.toml index acd19c2..2994b6f 100644 --- a/hypr-layout-switcher/plugin.toml +++ b/hypr-layout-switcher/plugin.toml @@ -1,7 +1,7 @@ id = "feliscatus/hypr-layout-switcher" name = "Hyprland Layout Switcher" description = "Shows and cycles the active workspace's layout" -version = "0.1.1" +version = "0.1.2" plugin_api = 3 author = "feliscatus" license = "MIT"