mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 03:55:28 +00:00
Bump version to 0.1.3
This commit is contained in:
parent
41a81b75a6
commit
96a4e8bb78
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ouch"
|
name = "ouch"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
authors = ["Vinícius Rodrigues Miguel <vrmiguel99@gmail.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"
|
||||||
homepage = "https://github.com/vrmiguel/ouch"
|
homepage = "https://github.com/vrmiguel/ouch"
|
||||||
|
@ -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.2
|
ouch 0.1.3
|
||||||
Vinícius R. Miguel
|
Vinícius R. Miguel
|
||||||
ouch is a unified compression & decompression utility
|
ouch is a unified compression & decompression utility
|
||||||
|
|
||||||
|
@ -30,7 +30,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.2")
|
.version("0.1.3")
|
||||||
.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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user