chore(release): v0.1.29

This commit is contained in:
LGUG2Z
2024-09-26 18:14:00 -07:00
parent d6ae81af13
commit 818ac3404c
9 changed files with 9 additions and 7 deletions

View File

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