chore(dev): begin 0.1.39-dev

This commit is contained in:
LGUG2Z
2025-09-20 12:58:53 -07:00
parent ffa76ea28c
commit e07b464b0d
14 changed files with 20 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi-bar"
version = "0.1.38"
version = "0.1.39"
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.38`
/// The `komorebi.bar.json` configuration file reference for `v0.1.39`
pub struct KomobarConfig {
/// Bar height (default: 50)
pub height: Option<f32>,