chore(dev): begin v0.1.41-dev

This commit is contained in:
LGUG2Z
2026-02-20 16:56:51 -08:00
parent bed314b866
commit 5b6fab0044
13 changed files with 20 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi-bar"
version = "0.1.40"
version = "0.1.41"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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.40`
/// The `komorebi.bar.json` configuration file reference for `v0.1.41`
pub struct KomobarConfig {
/// Bar height
#[cfg_attr(feature = "schemars", schemars(extend("default" = 50)))]