Skip to content

Commit

Permalink
chore: update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Jun 23, 2021
1 parent 7b932b7 commit d75cdf5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 = "waitz"
version = "0.1.0"
version = "0.2.0"
authors = ["Max Strübing <mxstrbng@gmail.com>"]
edition = "2018"
description = "Waits (retries) a command until it exits with 0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ like waiting for a specific URL to become available after booting up a server in
# Usage

```
waitz 0.1.0
waitz 0.2.0
Max Strübing <mxstrbng@gmail.com>
Waits until the exit code of a program is zero
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::waitz::Waitz;

fn main() -> Result<()> {
let matches = App::new("waitz")
.version("0.1.0")
.version("0.2.0")
.author("Max Strübing <mxstrbng@gmail.com>")
.about("Waits until the exit code of a program is zero")
.arg(
Expand Down

0 comments on commit d75cdf5

Please sign in to comment.