Skip to content

Commit

Permalink
Version 1.3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
KarsMulder committed Jan 1, 2022
1 parent 89c67ba commit 47a0f98
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.0"
version = "1.3.1"
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 @@ -29,8 +29,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.0.tar.gz -O evsieve-1.3.0.tar.gz
tar -xzf evsieve-1.3.0.tar.gz && cd evsieve-1.3.0
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
cargo build --release
```

Expand Down

0 comments on commit 47a0f98

Please sign in to comment.