From a96d26eba68421f9e61eeea9c25c02721654fbd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20R=2E=20Miguel?= Date: Mon, 29 Mar 2021 02:58:16 -0300 Subject: [PATCH] Bump to version 0.1.4 --- Cargo.toml | 2 +- README.md | 2 +- src/cli.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4b856d..dc1acf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouch" -version = "0.1.3" +version = "0.1.4" authors = ["Vinícius Rodrigues Miguel ", "João M. Bezerra "] edition = "2018" readme = "README.md" diff --git a/README.md b/README.md index 4a33c07..6a00e55 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.3 +ouch 0.1.4 Vinícius R. Miguel ouch is a unified compression & decompression utility diff --git a/src/cli.rs b/src/cli.rs index af6222f..15214f5 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -40,7 +40,7 @@ pub struct Command { pub fn clap_app<'a, 'b>() -> clap::App<'a, 'b> { clap::App::new("ouch") - .version("0.1.3") + .version("0.1.4") .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.