Skip to content

Commit

Permalink
docs(config): update schema version in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Apr 7, 2024
1 parent af65298 commit 648ba67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komorebi/src/static_config.rs
Expand Up @@ -231,7 +231,7 @@ impl From<&Monitor> for MonitorConfig {
}

#[derive(Debug, Serialize, Deserialize, JsonSchema)]
/// The `komorebi.json` static configuration file reference for `v0.1.20`
/// The `komorebi.json` static configuration file reference for `v0.1.24`
pub struct StaticConfig {
/// DEPRECATED from v0.1.22: no longer required
#[serde(skip_serializing_if = "Option::is_none")]
Expand Down

0 comments on commit 648ba67

Please sign in to comment.