chore(dev): begin v0.1.24-dev

This commit is contained in:
LGUG2Z
2024-04-07 14:18:29 -07:00
parent bea3d1fcbc
commit af6529851e
6 changed files with 10 additions and 10 deletions

10
Cargo.lock generated
View File

@@ -795,7 +795,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi" name = "komorebi"
version = "0.1.23" version = "0.1.24-dev.0"
dependencies = [ dependencies = [
"bitflags 2.5.0", "bitflags 2.5.0",
"clap", "clap",
@@ -836,7 +836,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi-client" name = "komorebi-client"
version = "0.1.23" version = "0.1.24-dev.0"
dependencies = [ dependencies = [
"komorebi", "komorebi",
"komorebi-core", "komorebi-core",
@@ -846,7 +846,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi-core" name = "komorebi-core"
version = "0.1.23" version = "0.1.24-dev.0"
dependencies = [ dependencies = [
"clap", "clap",
"color-eyre", "color-eyre",
@@ -862,7 +862,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebic" name = "komorebic"
version = "0.1.23" version = "0.1.24-dev.0"
dependencies = [ dependencies = [
"clap", "clap",
"color-eyre", "color-eyre",
@@ -889,7 +889,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebic-no-console" name = "komorebic-no-console"
version = "0.1.23" version = "0.1.24-dev.0"
[[package]] [[package]]
name = "kqueue" name = "kqueue"

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "komorebi-client" name = "komorebi-client"
version = "0.1.23" version = "0.1.24-dev.0"
edition = "2021" edition = "2021"
# 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-core" name = "komorebi-core"
version = "0.1.23" version = "0.1.24-dev.0"
edition = "2021" edition = "2021"
# 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.23" version = "0.1.24-dev.0"
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-no-console" name = "komorebic-no-console"
version = "0.1.23" version = "0.1.24-dev.0"
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"] authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
description = "The command-line interface (without a console) for Komorebi, a tiling window manager for Windows" description = "The command-line interface (without a console) for Komorebi, a tiling window manager for Windows"
categories = ["cli", "tiling-window-manager", "windows"] categories = ["cli", "tiling-window-manager", "windows"]

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "komorebic" name = "komorebic"
version = "0.1.23" version = "0.1.24-dev.0"
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"]