Toqozz / wired-notify

Lightweight notification daemon with highly customizable layout blocks, written in Rust.
MIT License
581 stars 27 forks source link

Version number of `0.10.3` is incorrect #126

Closed xrelkd closed 8 months ago

xrelkd commented 8 months ago

Steps to reproduce:

  1. Download https://github.com/Toqozz/wired-notify/archive/refs/tags/0.10.3.tar.gz
  2. Extract the tarball and change directory to wired-notify
  3. Build and run wired with the following commands:
    cargo build --release
    ./target/release/wired --version

    wired shows

    0.10.2

    instead of

    0.10.3

Please bump the version number of https://github.com/Toqozz/wired-notify/blob/0.10.3/Cargo.toml to 0.10.3 and then update Cargo.lock.

Toqozz commented 8 months ago

Ahhh I missed that, damn.

Will fix shortly.

Thanks!

Toqozz commented 8 months ago

Should be good now.