mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
Bump to version 0.1.4
This commit is contained in:
parent
70d8e37cea
commit
a96d26eba6
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
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>"]
|
||||
edition = "2018"
|
||||
readme = "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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user