diff --git a/README.md b/README.md index 3eac682d..e9441201 100644 --- a/README.md +++ b/README.md @@ -394,7 +394,7 @@ every `WindowManagerEvent` and `SocketMessage` handled by `komorebi` in a Rust c Below is a simple example of how to use `komorebi-client` in a basic Rust application. ```rust -// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.37"} +// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.38"} use anyhow::Result; use komorebi_client::Notification; diff --git a/docs/komorebi.bar.example.json b/docs/komorebi.bar.example.json index 28f181df..81367104 100644 --- a/docs/komorebi.bar.example.json +++ b/docs/komorebi.bar.example.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.37/schema.bar.json", + "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.38/schema.bar.json", "monitor": 0, "font_family": "JetBrains Mono", "theme": { diff --git a/docs/komorebi.example.json b/docs/komorebi.example.json index 9f55d541..90c89825 100644 --- a/docs/komorebi.example.json +++ b/docs/komorebi.example.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.37/schema.json", + "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.38/schema.json", "app_specific_configuration_path": "$Env:USERPROFILE/applications.json", "window_hiding_behaviour": "Cloak", "cross_monitor_move_behaviour": "Insert", diff --git a/komorebi/src/static_config.rs b/komorebi/src/static_config.rs index 1f52dffb..ca4a9149 100644 --- a/komorebi/src/static_config.rs +++ b/komorebi/src/static_config.rs @@ -1942,7 +1942,7 @@ mod tests { let docs = vec![ "0.1.20", "0.1.21", "0.1.22", "0.1.23", "0.1.24", "0.1.25", "0.1.26", "0.1.27", "0.1.28", "0.1.29", "0.1.30", "0.1.31", "0.1.32", "0.1.33", "0.1.34", "0.1.35", - "0.1.36", + "0.1.36", "0.1.37", ]; let mut versions = vec![];