chore(dev): begin v0.1.32-dev

This commit is contained in:
LGUG2Z
2024-12-14 08:53:42 -08:00
parent 40c55dec39
commit 6c07863b81
10 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "komorebi"
version = "0.1.31"
version = "0.1.32"
description = "A tiling window manager for Windows"
categories = ["tiling-window-manager", "windows"]
repository = "https://github.com/LGUG2Z/komorebi"
+1 -1
View File
@@ -237,7 +237,7 @@ impl From<&Monitor> for MonitorConfig {
}
#[derive(Debug, Serialize, Deserialize, JsonSchema)]
/// The `komorebi.json` static configuration file reference for `v0.1.31`
/// The `komorebi.json` static configuration file reference for `v0.1.32`
pub struct StaticConfig {
/// DEPRECATED from v0.1.22: no longer required
#[serde(skip_serializing_if = "Option::is_none")]