From 52cab3bf943b3587433f2d6834c2c856b0c14c79 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Thu, 16 Sep 2021 21:11:16 +0200 Subject: [PATCH] Release v0.7.0-beta.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26126d3..3212f91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ dependencies = [ [[package]] name = "swayr" -version = "0.7.0-beta.0" +version = "0.7.0-beta.1" dependencies = [ "clap", "directories", diff --git a/Cargo.toml b/Cargo.toml index 44a638d..feafa02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayr" -version = "0.7.0-beta.0" +version = "0.7.0-beta.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"