Skip to content

Commit

Permalink
Version bump to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
KarsMulder committed Jan 20, 2021
1 parent 271c317 commit e1527da
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.0.0"
version = "1.1.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 @@ -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.0.0.tar.gz -O evsieve.tar.gz
tar -xzf evsieve.tar.gz && cd evsieve-1.0.0
wget https://github.com/KarsMulder/evsieve/archive/v1.1.0.tar.gz -O evsieve.tar.gz
tar -xzf evsieve.tar.gz && cd evsieve-1.1.0
cargo build --release
```

Expand Down

0 comments on commit e1527da

Please sign in to comment.