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

Commit

Permalink
Bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
killercup committed Dec 6, 2018
1 parent 794a3c0 commit 55efc3b
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quicli"
version = "0.3.1"
version = "0.4.0"
description = "Quickly build cool CLI apps in Rust."
authors = ["Pascal Hertleif <[email protected]>"]
readme = "Readme.md"
Expand Down
2 changes: 1 addition & 1 deletion docs/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ as well as _structopt_
by adding this to the `Cargo.toml` file:

```toml file=Cargo.toml
quicli = "0.3"
quicli = "0.4"
structopt = "0.2"
```

Expand Down
2 changes: 1 addition & 1 deletion docs/commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add quicli to your dependencies,
as well as _structopt_:

```toml file=Cargo.toml
quicli = "0.3"
quicli = "0.4"
structopt = "0.2"
```

Expand Down
2 changes: 1 addition & 1 deletion docs/thumbnails.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ edition = "2018"
As always, add _quicli_ and _structopt_ to your dependencies:

```toml file=Cargo.toml
quicli = "0.3"
quicli = "0.4"
structopt = "0.2"
```

Expand Down
2 changes: 1 addition & 1 deletion examples/Readme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ authors = ["Your Name <[email protected]>"]
edition = "2018"

[dependencies]
quicli = "0.3"
quicli = "0.4"
structopt = "0.2"
2 changes: 1 addition & 1 deletion examples/commit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Your Name <[email protected]>"]
edition = "2018"

[dependencies]
quicli = "0.3"
quicli = "0.4"
structopt = "0.2"
reqwest = "0.9"
serde = "1"
2 changes: 1 addition & 1 deletion examples/thumbnails/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors = ["Your Name <[email protected]>"]
edition = "2018"

[dependencies]
quicli = "0.3"
quicli = "0.4"
structopt = "0.2"
image = "0.18"
2 changes: 1 addition & 1 deletion examples/verbosity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Christopher Durham <[email protected]>"]
edition = "2018"

[dependencies]
quicli = "0.3"
quicli = "0.4"
structopt = "0.2"

[dev-dependencies]
Expand Down

0 comments on commit 55efc3b

Please sign in to comment.