From 125d2ed4b0de24463df75917fce10ab1ff3621c9 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Thu, 11 Nov 2021 10:56:42 +0100 Subject: [PATCH] Release 0.9.1; auto_layout was broken --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b414d6b..25dc928 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,7 +360,7 @@ dependencies = [ [[package]] name = "swayr" -version = "0.9.0" +version = "0.9.1" dependencies = [ "clap", "directories", diff --git a/Cargo.toml b/Cargo.toml index c739d76..807e15b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayr" -version = "0.9.0" +version = "0.9.1" description = "A LRU window-switcher (and more) for the sway window manager" homepage = "https://sr.ht/~tsdh/swayr/" repository = "https://git.sr.ht/~tsdh/swayr"