chore(dev): begin 0.1.42-dev

This commit is contained in:
LGUG2Z
2026-05-03 16:06:37 -07:00
parent 24c0ce0b1d
commit 937b28a7d9
11 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "komorebi-bar"
version = "0.1.41"
version = "0.1.42"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+1 -1
View File
@@ -15,7 +15,7 @@ use std::path::PathBuf;
#[derive(Clone, Debug, Serialize, Deserialize)]
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
/// The `komorebi.bar.json` configuration file reference for `v0.1.41`
/// The `komorebi.bar.json` configuration file reference for `v0.1.42`
pub struct KomobarConfig {
/// Bar height
#[cfg_attr(feature = "schemars", schemars(extend("default" = 50)))]