Skip to content

Commit

Permalink
chore: Bump version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed May 2, 2021
1 parent 6c78a1e commit 255894e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "c2g"
version = "0.5.1"
version = "0.5.4"
authors = ["Tomas Farias <[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 @@ impl Chess2Gif {
T: Into<OsString> + Clone,
{
let app = App::new("Chess to GIF")
.version("0.4.0")
.version("0.5.4")
.author("Tomas Farias <[email protected]>")
.about("Turns a PGN chess game into a GIF")
.arg(
Expand Down

0 comments on commit 255894e

Please sign in to comment.