chore(release): v0.1.30

This commit is contained in:
LGUG2Z
2024-11-02 18:40:30 -07:00
parent 24b43a154c
commit 9a3dbccc89
8 changed files with 149 additions and 143 deletions

View File

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