chore(release): v0.1.24

This commit is contained in:
LGUG2Z
2024-04-09 17:57:41 -07:00
parent d67f355a17
commit 0fc75afb00
8 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -324,7 +324,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.23"}
// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.24"}
use anyhow::Result;
use komorebi_client::Notification;