From 96a4e8bb7861802306450ac09edaf75f1d878f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Rodrigues=20Miguel?= Date: Fri, 26 Mar 2021 21:32:54 -0300 Subject: [PATCH] Bump version to 0.1.3 --- Cargo.toml | 4 ++-- README.md | 2 +- src/cli.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b392b8d..a4b856d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ouch" -version = "0.1.2" -authors = ["Vinícius Rodrigues Miguel "] +version = "0.1.3" +authors = ["Vinícius Rodrigues Miguel ", "João M. Bezerra "] edition = "2018" readme = "README.md" homepage = "https://github.com/vrmiguel/ouch" diff --git a/README.md b/README.md index 001f0a1..4a33c07 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ `ouch` infers commands from the extensions of its command-line options. ``` -ouch 0.1.2 +ouch 0.1.3 Vinícius R. Miguel ouch is a unified compression & decompression utility diff --git a/src/cli.rs b/src/cli.rs index bc2fae2..b46ce71 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -30,7 +30,7 @@ pub struct Command { pub fn clap_app<'a, 'b>() -> clap::App<'a, 'b> { clap::App::new("ouch") - .version("0.1.2") + .version("0.1.3") .about("ouch is a unified compression & decompression utility") .after_help( "ouch infers what to based on the extensions of the input files and output file received.