diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-05-25 08:45:03 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-05-25 08:45:41 +0300 |
| commit | 8ba57fcf25d2fc9565131684a839d58703f1dae7 (patch) | |
| tree | 240e6513463fcd7a83db6532ac39c508b2b3c561 /niri-ipc | |
| parent | 126ca37d96b03a015a6481b37073060d9861d8f6 (diff) | |
| download | niri-8ba57fcf25d2fc9565131684a839d58703f1dae7.tar.gz niri-8ba57fcf25d2fc9565131684a839d58703f1dae7.tar.bz2 niri-8ba57fcf25d2fc9565131684a839d58703f1dae7.zip | |
Bump version to 25.05.1
Diffstat (limited to 'niri-ipc')
| -rw-r--r-- | niri-ipc/README.md | 2 | ||||
| -rw-r--r-- | niri-ipc/src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/niri-ipc/README.md b/niri-ipc/README.md index 7a55709b..8248b60c 100644 --- a/niri-ipc/README.md +++ b/niri-ipc/README.md @@ -12,5 +12,5 @@ Use an exact version requirement to avoid breaking changes: ```toml [dependencies] -niri-ipc = "=25.5.0" +niri-ipc = "=25.5.1" ``` diff --git a/niri-ipc/src/lib.rs b/niri-ipc/src/lib.rs index 44ad52b2..aec8ddf2 100644 --- a/niri-ipc/src/lib.rs +++ b/niri-ipc/src/lib.rs @@ -41,7 +41,7 @@ //! //! ```toml //! [dependencies] -//! niri-ipc = "=25.5.0" +//! niri-ipc = "=25.5.1" //! ``` //! //! ## Features |
