chore(dev): begin v0.1.26-dev

This commit is contained in:
LGUG2Z
2024-04-30 15:02:48 -07:00
parent 62900c59cb
commit 185cb4d4a8
6 changed files with 10 additions and 10 deletions

10
Cargo.lock generated
View File

@@ -798,7 +798,7 @@ dependencies = [
[[package]]
name = "komorebi"
version = "0.1.25"
version = "0.1.26-dev.0"
dependencies = [
"bitflags 2.5.0",
"clap",
@@ -839,7 +839,7 @@ dependencies = [
[[package]]
name = "komorebi-client"
version = "0.1.25"
version = "0.1.26-dev.0"
dependencies = [
"komorebi",
"komorebi-core",
@@ -849,7 +849,7 @@ dependencies = [
[[package]]
name = "komorebi-core"
version = "0.1.25"
version = "0.1.26-dev.0"
dependencies = [
"clap",
"color-eyre",
@@ -865,7 +865,7 @@ dependencies = [
[[package]]
name = "komorebic"
version = "0.1.25"
version = "0.1.26-dev.0"
dependencies = [
"clap",
"color-eyre",
@@ -893,7 +893,7 @@ dependencies = [
[[package]]
name = "komorebic-no-console"
version = "0.1.25"
version = "0.1.26-dev.0"
[[package]]
name = "kqueue"

View File

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

View File

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