chore(release): v0.1.23

This commit is contained in:
LGUG2Z
2024-04-07 13:34:18 -07:00
parent e40fa11b0d
commit bea3d1fcbc
8 changed files with 98 additions and 87 deletions

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