chore(dev): begin v0.1.38-dev

This commit is contained in:
LGUG2Z
2025-05-17 20:26:13 -07:00
parent 00384ce333
commit eec6312a51
10 changed files with 16 additions and 16 deletions

View File

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

View File

@@ -16,7 +16,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.37`
/// The `komorebi.bar.json` configuration file reference for `v0.1.38`
pub struct KomobarConfig {
/// Bar height (default: 50)
pub height: Option<f32>,