Merge pull request #9 from vrmiguel/bump-to-0.1.4

Bump to version 0.1.4
This commit is contained in:
Vinícius Miguel 2021-03-29 03:00:07 -03:00 committed by GitHub
commit 7997c07ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ouch" name = "ouch"
version = "0.1.3" version = "0.1.4"
authors = ["Vinícius Rodrigues Miguel <vrmiguel99@gmail.com>", "João M. Bezerra <marcospb19@hotmail.com>"] authors = ["Vinícius Rodrigues Miguel <vrmiguel99@gmail.com>", "João M. Bezerra <marcospb19@hotmail.com>"]
edition = "2018" edition = "2018"
readme = "README.md" readme = "README.md"

View File

@ -13,7 +13,7 @@
`ouch` infers commands from the extensions of its command-line options. `ouch` infers commands from the extensions of its command-line options.
``` ```
ouch 0.1.3 ouch 0.1.4
Vinícius R. Miguel Vinícius R. Miguel
ouch is a unified compression & decompression utility ouch is a unified compression & decompression utility

View File

@ -40,7 +40,7 @@ pub struct Command {
pub fn clap_app<'a, 'b>() -> clap::App<'a, 'b> { pub fn clap_app<'a, 'b>() -> clap::App<'a, 'b> {
clap::App::new("ouch") clap::App::new("ouch")
.version("0.1.3") .version("0.1.4")
.about("ouch is a unified compression & decompression utility") .about("ouch is a unified compression & decompression utility")
.after_help( .after_help(
"ouch infers what to based on the extensions of the input files and output file received. "ouch infers what to based on the extensions of the input files and output file received.