diff --git a/Cargo.lock b/Cargo.lock index 9b37475..9030535 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,7 +120,7 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "c2g" -version = "0.7.0" +version = "0.7.3" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 0bc11b2..014591e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,14 @@ [package] name = "c2g" -version = "0.7.0" +version = "0.7.4" authors = ["Tomas Farias "] -edition = "2018" +edition = "2021" +description = "Turn your chess PGN files into GIFs!" +readme = "README.md" +repository = "https://github.com/tomasfarias/c2g" +license = "GPL-3.0+" +license-file = "LICENSE" +keywords = ["chess", "pgn", "gif"] [features] default = ["include-fonts", "include-svgs"] diff --git a/src/bin/c2g.rs b/src/bin/c2g.rs index c3d59a1..11b1625 100644 --- a/src/bin/c2g.rs +++ b/src/bin/c2g.rs @@ -27,7 +27,7 @@ impl Chess2GifCli { T: Into + Clone, { let app = App::new("Chess to GIF") - .version("0.7.0") + .version("0.7.4") .author("Tomas Farias ") .about("Turns a PGN chess game into a GIF") .arg(