chore(release): v0.1.10

This commit is contained in:
LGUG2Z
2022-07-19 09:58:03 -07:00
parent d1b1a9e006
commit 876439b96b
4 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@@ -464,7 +464,7 @@ dependencies = [
[[package]]
name = "komorebi"
version = "0.1.9"
version = "0.1.10"
dependencies = [
"bitflags",
"clap",
@@ -498,7 +498,7 @@ dependencies = [
[[package]]
name = "komorebi-core"
version = "0.1.9"
version = "0.1.10"
dependencies = [
"clap",
"color-eyre",
@@ -512,7 +512,7 @@ dependencies = [
[[package]]
name = "komorebic"
version = "0.1.9"
version = "0.1.10"
dependencies = [
"clap",
"color-eyre",

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi-core"
version = "0.1.9"
version = "0.1.10"
edition = "2021"
# 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.9"
version = "0.1.10"
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
description = "A tiling window manager for Windows"
categories = ["tiling-window-manager", "windows"]

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebic"
version = "0.1.9"
version = "0.1.10"
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"]