chore(dev): begin v0.1.28-dev

This commit is contained in:
LGUG2Z
2024-06-20 20:25:17 -07:00
parent a511cbd263
commit 9a65a4ae92
8 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "komorebi"
version = "0.1.27"
version = "0.1.28-dev.0"
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
description = "A tiling window manager for Windows"
categories = ["tiling-window-manager", "windows"]
+1 -1
View File
@@ -230,7 +230,7 @@ impl From<&Monitor> for MonitorConfig {
}
#[derive(Debug, Serialize, Deserialize, JsonSchema)]
/// The `komorebi.json` static configuration file reference for `v0.1.27`
/// The `komorebi.json` static configuration file reference for `v0.1.28`
pub struct StaticConfig {
/// DEPRECATED from v0.1.22: no longer required
#[serde(skip_serializing_if = "Option::is_none")]