From cab8b4ad526d1dd1e32a656d6333450c43da938f Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Tue, 24 Aug 2021 08:28:44 -0700 Subject: [PATCH] chore(release): v0.1.3 --- Cargo.lock | 6 +++--- bindings/Cargo.toml | 2 +- derive-ahk/Cargo.toml | 2 +- komorebi-core/Cargo.toml | 4 ++-- komorebi/Cargo.toml | 2 +- komorebic/Cargo.toml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d1fd7d8..58434b5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ dependencies = [ [[package]] name = "komorebi" -version = "0.1.2" +version = "0.1.3" dependencies = [ "bindings", "bitflags", @@ -535,7 +535,7 @@ dependencies = [ [[package]] name = "komorebi-core" -version = "0.1.2" +version = "0.1.3" dependencies = [ "bindings", "clap", @@ -547,7 +547,7 @@ dependencies = [ [[package]] name = "komorebic" -version = "0.1.2" +version = "0.1.3" dependencies = [ "bindings", "clap", diff --git a/bindings/Cargo.toml b/bindings/Cargo.toml index 41957fae..64f28e6b 100644 --- a/bindings/Cargo.toml +++ b/bindings/Cargo.toml @@ -10,4 +10,4 @@ edition = "2018" windows = "0.19" [build-dependencies] -windows = "0.19" \ No newline at end of file +windows = "0.19" diff --git a/derive-ahk/Cargo.toml b/derive-ahk/Cargo.toml index 87036425..5fa626de 100644 --- a/derive-ahk/Cargo.toml +++ b/derive-ahk/Cargo.toml @@ -11,4 +11,4 @@ proc-macro = true [dependencies] proc-macro2 = "1.0" syn = "1.0" -quote = "1.0" \ No newline at end of file +quote = "1.0" diff --git a/komorebi-core/Cargo.toml b/komorebi-core/Cargo.toml index 82263c91..e2a5d370 100644 --- a/komorebi-core/Cargo.toml +++ b/komorebi-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebi-core" -version = "0.1.2" +version = "0.1.3" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -12,4 +12,4 @@ clap = "3.0.0-beta.4" color-eyre = "0.5" serde = { version = "1", features = ["derive"] } serde_json = "1" -strum = { version = "0.21", features = ["derive"] } \ No newline at end of file +strum = { version = "0.21", features = ["derive"] } diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index a81109d2..ffc97a27 100644 --- a/komorebi/Cargo.toml +++ b/komorebi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebi" -version = "0.1.2" +version = "0.1.3" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/komorebic/Cargo.toml b/komorebic/Cargo.toml index 13dbf167..4bee92c0 100644 --- a/komorebic/Cargo.toml +++ b/komorebic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebic" -version = "0.1.2" +version = "0.1.3" authors = ["Jade Iqbal "] description = "The command-line interface for Komorebi, a tiling window manager for Windows" categories = ["cli", "tiling-window-manager", "windows"] @@ -24,4 +24,4 @@ paste = "1" powershell_script = "0.2" serde = { version = "1", features = ["derive"] } serde_json = "1" -uds_windows = "1" \ No newline at end of file +uds_windows = "1"