chore(release): v0.1.3

This commit is contained in:
LGUG2Z
2021-08-24 08:28:44 -07:00
parent 05777c34b9
commit cab8b4ad52
6 changed files with 10 additions and 10 deletions

6
Cargo.lock generated
View File

@@ -505,7 +505,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi" name = "komorebi"
version = "0.1.2" version = "0.1.3"
dependencies = [ dependencies = [
"bindings", "bindings",
"bitflags", "bitflags",
@@ -535,7 +535,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi-core" name = "komorebi-core"
version = "0.1.2" version = "0.1.3"
dependencies = [ dependencies = [
"bindings", "bindings",
"clap", "clap",
@@ -547,7 +547,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebic" name = "komorebic"
version = "0.1.2" version = "0.1.3"
dependencies = [ dependencies = [
"bindings", "bindings",
"clap", "clap",

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "komorebic" name = "komorebic"
version = "0.1.2" version = "0.1.3"
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"] authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
description = "The command-line interface for Komorebi, a tiling window manager for Windows" description = "The command-line interface for Komorebi, a tiling window manager for Windows"
categories = ["cli", "tiling-window-manager", "windows"] categories = ["cli", "tiling-window-manager", "windows"]