diff --git a/Cargo.lock b/Cargo.lock index 548ca20b..a0bd355c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2623,7 +2623,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "komorebi" -version = "0.1.33" +version = "0.1.34" dependencies = [ "bitflags 2.7.0", "clap", @@ -2668,7 +2668,7 @@ dependencies = [ [[package]] name = "komorebi-bar" -version = "0.1.33" +version = "0.1.34" dependencies = [ "chrono", "clap", @@ -2702,7 +2702,7 @@ dependencies = [ [[package]] name = "komorebi-client" -version = "0.1.33" +version = "0.1.34" dependencies = [ "komorebi", "serde_json_lenient", @@ -2711,7 +2711,7 @@ dependencies = [ [[package]] name = "komorebi-gui" -version = "0.1.33" +version = "0.1.34" dependencies = [ "eframe", "egui_extras", @@ -2723,7 +2723,7 @@ dependencies = [ [[package]] name = "komorebi-themes" -version = "0.1.33" +version = "0.1.34" dependencies = [ "base16-egui-themes", "catppuccin-egui", @@ -2736,7 +2736,7 @@ dependencies = [ [[package]] name = "komorebic" -version = "0.1.33" +version = "0.1.34" dependencies = [ "chrono", "clap", @@ -2765,7 +2765,7 @@ dependencies = [ [[package]] name = "komorebic-no-console" -version = "0.1.33" +version = "0.1.34" [[package]] name = "kqueue" diff --git a/komorebi-bar/Cargo.toml b/komorebi-bar/Cargo.toml index 850183fc..76ac92db 100644 --- a/komorebi-bar/Cargo.toml +++ b/komorebi-bar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebi-bar" -version = "0.1.33" +version = "0.1.34" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/komorebi-bar/src/config.rs b/komorebi-bar/src/config.rs index bfce0d9d..1f3ee36a 100644 --- a/komorebi-bar/src/config.rs +++ b/komorebi-bar/src/config.rs @@ -12,7 +12,7 @@ use std::collections::HashMap; use std::path::PathBuf; #[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)] -/// The `komorebi.bar.json` configuration file reference for `v0.1.33` +/// The `komorebi.bar.json` configuration file reference for `v0.1.34` pub struct KomobarConfig { /// Bar positioning options #[serde(alias = "viewport")] diff --git a/komorebi-client/Cargo.toml b/komorebi-client/Cargo.toml index 538cbcc4..2cff03e9 100644 --- a/komorebi-client/Cargo.toml +++ b/komorebi-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebi-client" -version = "0.1.33" +version = "0.1.34" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/komorebi-gui/Cargo.toml b/komorebi-gui/Cargo.toml index 5622f418..645ec256 100644 --- a/komorebi-gui/Cargo.toml +++ b/komorebi-gui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebi-gui" -version = "0.1.33" +version = "0.1.34" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/komorebi-themes/Cargo.toml b/komorebi-themes/Cargo.toml index 58f2af56..435ebc09 100644 --- a/komorebi-themes/Cargo.toml +++ b/komorebi-themes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebi-themes" -version = "0.1.33" +version = "0.1.34" edition = "2021" [dependencies] diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index 1cf64f40..bc691d9f 100644 --- a/komorebi/Cargo.toml +++ b/komorebi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebi" -version = "0.1.33" +version = "0.1.34" description = "A tiling window manager for Windows" repository = "https://github.com/LGUG2Z/komorebi" edition = "2021" diff --git a/komorebi/src/static_config.rs b/komorebi/src/static_config.rs index 825f10e3..7579f890 100644 --- a/komorebi/src/static_config.rs +++ b/komorebi/src/static_config.rs @@ -243,7 +243,7 @@ impl From<&Monitor> for MonitorConfig { } #[derive(Debug, Serialize, Deserialize, JsonSchema)] -/// The `komorebi.json` static configuration file reference for `v0.1.33` +/// The `komorebi.json` static configuration file reference for `v0.1.34` pub struct StaticConfig { /// DEPRECATED from v0.1.22: no longer required #[serde(skip_serializing_if = "Option::is_none")] diff --git a/komorebic-no-console/Cargo.toml b/komorebic-no-console/Cargo.toml index 3edc8b3a..f52bfb48 100644 --- a/komorebic-no-console/Cargo.toml +++ b/komorebic-no-console/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebic-no-console" -version = "0.1.33" +version = "0.1.34" description = "The command-line interface (without a console) for Komorebi, a tiling window manager for Windows" repository = "https://github.com/LGUG2Z/komorebi" edition = "2021" diff --git a/komorebic/Cargo.toml b/komorebic/Cargo.toml index 657b530c..48d9290f 100644 --- a/komorebic/Cargo.toml +++ b/komorebic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebic" -version = "0.1.33" +version = "0.1.34" description = "The command-line interface for Komorebi, a tiling window manager for Windows" repository = "https://github.com/LGUG2Z/komorebi" edition = "2021"