diff --git a/Cargo.lock b/Cargo.lock index c6becdab..f854d480 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -386,7 +386,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "gutenberg" -version = "0.1.0" +version = "0.1.1" dependencies = [ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index cf996828..a30ecaea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gutenberg" -version = "0.1.0" +version = "0.1.1" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"