chore(release): v0.1.31

This commit is contained in:
LGUG2Z
2024-12-13 16:48:35 -08:00
parent 5cc2d9d469
commit 40c55dec39
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -367,7 +367,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.30"}
// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.31"}
use anyhow::Result;
use komorebi_client::Notification;