diff --git a/Cargo.lock b/Cargo.lock index 8082e30d..ca056887 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ [[package]] name = "komorebi" -version = "0.1.5" +version = "0.1.6" dependencies = [ "bindings", "bitflags", @@ -537,7 +537,7 @@ dependencies = [ [[package]] name = "komorebi-core" -version = "0.1.5" +version = "0.1.6" dependencies = [ "bindings", "clap", @@ -549,7 +549,7 @@ dependencies = [ [[package]] name = "komorebic" -version = "0.1.5" +version = "0.1.6" dependencies = [ "bindings", "clap", diff --git a/README.md b/README.md index 9e761ffc..b3ac32fe 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Translations of this document can be found in the project wiki: - [komorebi 中文用户指南](https://github.com/LGUG2Z/komorebi/wiki/README-zh) (by [@crosstyan](https://github.com/crosstyan)) +There is a [Discord server](https://discord.gg/vzBmPm6RkQ) available for _komorebi_-related discussion, help, +troubleshooting etc. If you have any specific feature requests or bugs to report, please create an issue in this +repository. + ## Description _komorebi_ only responds to [WinEvents](https://docs.microsoft.com/en-us/windows/win32/winauto/event-constants) and the diff --git a/komorebi-core/Cargo.toml b/komorebi-core/Cargo.toml index 1116fce2..26620628 100644 --- a/komorebi-core/Cargo.toml +++ b/komorebi-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebi-core" -version = "0.1.5" +version = "0.1.6" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index b6380dd4..b5b0d6c1 100644 --- a/komorebi/Cargo.toml +++ b/komorebi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebi" -version = "0.1.5" +version = "0.1.6" authors = ["Jade Iqbal "] description = "A tiling window manager for Windows" categories = ["tiling-window-manager", "windows"] diff --git a/komorebic/Cargo.toml b/komorebic/Cargo.toml index 20ebc247..952995f3 100644 --- a/komorebic/Cargo.toml +++ b/komorebic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebic" -version = "0.1.5" +version = "0.1.6" authors = ["Jade Iqbal "] description = "The command-line interface for Komorebi, a tiling window manager for Windows" categories = ["cli", "tiling-window-manager", "windows"]