From c25d0c7eb7de87e4f5298e10f62d22fdd5cfd8a1 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Sun, 30 Jan 2022 19:07:47 +0100 Subject: [PATCH] Release 0.13.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 bc7e30f..1c1ceda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "swayr" -version = "0.13.0-beta.0" +version = "0.13.0-beta.1" dependencies = [ "clap", "directories", diff --git a/Cargo.toml b/Cargo.toml index 3f83ed7..22b6df8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayr" -version = "0.13.0-beta.0" +version = "0.13.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"