chore(dev): begin v0.1.34-dev

This commit is contained in:
LGUG2Z
2025-01-11 15:06:47 -08:00
parent cc51f62c3a
commit b451df0379
10 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "komorebi"
version = "0.1.33"
version = "0.1.34"
description = "A tiling window manager for Windows"
repository = "https://github.com/LGUG2Z/komorebi"
edition = "2021"
+1 -1
View File
@@ -243,7 +243,7 @@ impl From<&Monitor> for MonitorConfig {
}
#[derive(Debug, Serialize, Deserialize, JsonSchema)]
/// The `komorebi.json` static configuration file reference for `v0.1.33`
/// The `komorebi.json` static configuration file reference for `v0.1.34`
pub struct StaticConfig {
/// DEPRECATED from v0.1.22: no longer required
#[serde(skip_serializing_if = "Option::is_none")]