From 467a6fc74d03d11080501faf33bd6a6bd84e1f37 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Thu, 1 Jul 2021 14:40:11 +0200 Subject: [PATCH] Release v0.4.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f31937..9c55c19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,7 +280,7 @@ dependencies = [ [[package]] name = "swayr" -version = "0.4.3" +version = "0.4.4" dependencies = [ "clap", "directories", diff --git a/Cargo.toml b/Cargo.toml index 5fadc46..99926c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayr" -version = "0.4.3" +version = "0.4.4" 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"