From d57d98697b20faa5724b987c054517de6eb6e85a Mon Sep 17 00:00:00 2001 From: Skia Date: Mon, 23 May 2022 01:22:42 +0200 Subject: [PATCH] Release 1.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a524043..a90468d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,7 +133,7 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "swaysome" -version = "1.1.4" +version = "1.1.5" dependencies = [ "byteorder", "clap", diff --git a/Cargo.toml b/Cargo.toml index b06c6e0..bea0745 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swaysome" -version = "1.1.4" +version = "1.1.5" authors = ["Skia "] edition = "2021" description = "swaysome provides a different way to manage your multiple outputs with the sway windows manager"