From 97ee8cbbd16a455a7f515c4d002c6e4b138cfb8c Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Wed, 24 Nov 2021 21:16:16 +0100 Subject: [PATCH] Release v0.10.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0971705..cb76124 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,7 +360,7 @@ dependencies = [ [[package]] name = "swayr" -version = "0.10.0" +version = "0.10.1" dependencies = [ "clap", "directories", diff --git a/Cargo.toml b/Cargo.toml index 8fd4a5e..7ff530b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayr" -version = "0.10.0" +version = "0.10.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"