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.