chore(release): v0.1.36

This commit is contained in:
LGUG2Z
2025-04-12 10:48:06 -07:00
parent d146f35c25
commit 8ef1bcf26e
3 changed files with 3 additions and 10 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.35"}
// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.36"}
use anyhow::Result;
use komorebi_client::Notification;