From a853bef9332404c386405baf314bc73affd1c915 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 22 Jun 2018 15:14:12 +0200 Subject: [PATCH] v0.3.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 455ea676..e79010da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -420,7 +420,7 @@ dependencies = [ [[package]] name = "gutenberg" -version = "0.3.3" +version = "0.3.4" dependencies = [ "chrono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 232ac49e..43b5269c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gutenberg" -version = "0.3.3" +version = "0.3.4" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"