Skip to content

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Marijon committed May 26, 2020
1 parent 710a0ac commit 69293cc
Show file tree
Hide file tree
Showing 4 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 = "yacrd"
version = "0.6.0"
version = "0.6.1"
authors = ["Pierre Marijon <[email protected]>"]
edition = '2018'

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ conda install yacrd
```
git clone https://github.com/natir/yacrd.git
cd yacrd
git checkout v0.6.0
git checkout v0.6.1
cargo build
cargo test
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SOFTWARE.

#[derive(StructOpt, Debug)]
#[structopt(
version = "0.6.0 Flareon",
version = "0.6.1 Flareon",
author = "Pierre Marijon <[email protected]>",
name = "yacrd",
about = "
Expand Down

0 comments on commit 69293cc

Please sign in to comment.