Skip to content

Commit

Permalink
Version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Marijon committed Jul 18, 2020
1 parent ab13fb6 commit 7d2e4be
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
26 changes: 18 additions & 8 deletions 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.1"
version = "0.6.2"
authors = ["Pierre Marijon <[email protected]>"]
edition = '2018'

Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use clap::Clap;

#[derive(Clap, Debug)]
#[clap(
version = "0.6.1 Flareon",
version = "0.6.2 Ivysaur",
author = "Pierre Marijon <[email protected]>",
name = "yacrd",
about = "
Expand Down

0 comments on commit 7d2e4be

Please sign in to comment.