From 7daf8ffd77b4e668e9753c548e8aed685d013ec7 Mon Sep 17 00:00:00 2001 From: Skia Date: Fri, 3 Mar 2023 17:13:46 +0100 Subject: [PATCH] Release 2.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cba55a..9534c8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,7 +212,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "swaysome" -version = "1.1.5" +version = "2.0.0" dependencies = [ "byteorder", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5174031..c564da8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swaysome" -version = "1.1.5" +version = "2.0.0" authors = ["Skia ", "Nabos "] edition = "2021" description = "swaysome provides a different way to manage your multiple outputs with the sway windows manager" diff --git a/README.md b/README.md index 4bf0d47..961d8a3 100644 --- a/README.md +++ b/README.md @@ -158,4 +158,4 @@ as usual. ## Breaking changes -* Starting with 1.1.6, `next_output` and `prev_output` have been changed to `next-output` and `prev-output`. +* Starting with 2.0, `next_output` and `prev_output` have been changed to `next-output` and `prev-output`.