Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 55efc3b

Browse files
committed
Bump version to 0.4
1 parent 794a3c0 commit 55efc3b

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quicli"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Quickly build cool CLI apps in Rust."
55
authors = ["Pascal Hertleif <[email protected]>"]
66
readme = "Readme.md"

docs/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ as well as _structopt_
4646
by adding this to the `Cargo.toml` file:
4747

4848
```toml file=Cargo.toml
49-
quicli = "0.3"
49+
quicli = "0.4"
5050
structopt = "0.2"
5151
```
5252

docs/commit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add quicli to your dependencies,
2525
as well as _structopt_:
2626

2727
```toml file=Cargo.toml
28-
quicli = "0.3"
28+
quicli = "0.4"
2929
structopt = "0.2"
3030
```
3131

docs/thumbnails.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ edition = "2018"
3535
As always, add _quicli_ and _structopt_ to your dependencies:
3636

3737
```toml file=Cargo.toml
38-
quicli = "0.3"
38+
quicli = "0.4"
3939
structopt = "0.2"
4040
```
4141

examples/Readme/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors = ["Your Name <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
quicli = "0.3"
8+
quicli = "0.4"
99
structopt = "0.2"

examples/commit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Your Name <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
quicli = "0.3"
8+
quicli = "0.4"
99
structopt = "0.2"
1010
reqwest = "0.9"
1111
serde = "1"

examples/thumbnails/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors = ["Your Name <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
quicli = "0.3"
8+
quicli = "0.4"
99
structopt = "0.2"
1010
image = "0.18"

examples/verbosity/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Christopher Durham <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
quicli = "0.3"
8+
quicli = "0.4"
99
structopt = "0.2"
1010

1111
[dev-dependencies]

0 commit comments

Comments
 (0)