chore(dev): begin v0.1.35-dev

This commit is contained in:
LGUG2Z
2025-02-20 19:31:27 -08:00
parent 80edcadbf7
commit c903cdbb75
12 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "komorebi"
version = "0.1.34"
version = "0.1.35"
description = "A tiling window manager for Windows"
repository = "https://github.com/LGUG2Z/komorebi"
edition = "2021"
+1 -1
View File
@@ -260,7 +260,7 @@ impl From<&Monitor> for MonitorConfig {
}
#[derive(Clone, Debug, Default, Serialize, Deserialize, JsonSchema, PartialEq)]
/// The `komorebi.json` static configuration file reference for `v0.1.34`
/// The `komorebi.json` static configuration file reference for `v0.1.35`
pub struct StaticConfig {
/// DEPRECATED from v0.1.22: no longer required
#[serde(skip_serializing_if = "Option::is_none")]