chore(release): prepare v0.1.1

This commit is contained in:
LGUG2Z
2021-08-20 13:59:13 -07:00
parent ffb86458f0
commit cf7532330b
4 changed files with 8 additions and 8 deletions

6
Cargo.lock generated
View File

@@ -496,7 +496,7 @@ dependencies = [
[[package]]
name = "komorebi"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"bindings",
"bitflags",
@@ -527,7 +527,7 @@ dependencies = [
[[package]]
name = "komorebi-core"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"bindings",
"clap",
@@ -539,7 +539,7 @@ dependencies = [
[[package]]
name = "komorebic"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"bindings",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi-core"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -34,4 +34,4 @@ which = "4"
winvd = "0.0.20"
[features]
deadlock_detection = []
deadlock_detection = []

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebic"
version = "0.1.0"
version = "0.1.1"
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
description = "The command-line interface for Komorebi, a tiling window manager for Windows"
categories = ["cli", "tiling-window-manager", "windows"]
@@ -22,4 +22,4 @@ paste = "1"
powershell_script = "0.2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uds_windows = "1"
uds_windows = "1"