chore(release): v0.1.5

This commit is contained in:
LGUG2Z
2021-09-22 08:43:51 -07:00
parent b9a40924a8
commit 644f7ee604
4 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@@ -505,7 +505,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi" name = "komorebi"
version = "0.1.4" version = "0.1.5"
dependencies = [ dependencies = [
"bindings", "bindings",
"bitflags", "bitflags",
@@ -537,7 +537,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi-core" name = "komorebi-core"
version = "0.1.4" version = "0.1.5"
dependencies = [ dependencies = [
"bindings", "bindings",
"clap", "clap",
@@ -549,7 +549,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebic" name = "komorebic"
version = "0.1.4" version = "0.1.5"
dependencies = [ dependencies = [
"bindings", "bindings",
"clap", "clap",

View File

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

View File

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