chore(release): v0.1.32

This commit is contained in:
LGUG2Z
2025-01-01 11:03:36 -08:00
parent d520a2bf74
commit 4b9d811499
5 changed files with 47 additions and 25 deletions
+1 -1
View File
@@ -389,7 +389,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.31"}
// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.32"}
use anyhow::Result;
use komorebi_client::Notification;