chore(release): v0.1.39

This commit is contained in:
LGUG2Z
2025-12-09 17:06:14 -08:00
parent 309bfdfee1
commit 8f982e45d1
2 changed files with 2 additions and 2 deletions

View File

@@ -408,7 +408,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.38"}
// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.39"}
use anyhow::Result;
use komorebi_client::Notification;