chore(release): v0.1.38

This commit is contained in:
LGUG2Z
2025-09-12 17:36:04 -07:00
parent 2c00d79968
commit ffa76ea28c
4 changed files with 4 additions and 4 deletions

View File

@@ -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;