Skip to content

Commit

Permalink
Version 1.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
KarsMulder committed Jun 5, 2023
1 parent 99b339d commit 1628398
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evsieve"
version = "1.3.1"
version = "1.4.0"
authors = ["Kars Mulder <[email protected]>"]
edition = "2018"
keywords = ["evdev"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Compiling this program requires the Rust toolchain and the libevdev library. To
After you've installed the dependencies, you can obtain a copy of the source code and compile the program using:

```
wget https://github.com/KarsMulder/evsieve/archive/v1.3.1.tar.gz -O evsieve-1.3.1.tar.gz
tar -xzf evsieve-1.3.1.tar.gz && cd evsieve-1.3.1
wget https://github.com/KarsMulder/evsieve/archive/v1.4.0.tar.gz -O evsieve-1.4.0.tar.gz
tar -xzf evsieve-1.4.0.tar.gz && cd evsieve-1.4.0
cargo build --release
```

Expand Down

0 comments on commit 1628398

Please sign in to comment.