Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
killercup committed Aug 22, 2016
1 parent f258611 commit 4bf99e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "assert_cli"
version = "0.2.2"
version = "0.3.0"
authors = ["Pascal Hertleif <[email protected]>"]
repository = "https://github.com/killercup/assert_cli.git"
homepage = "https://github.com/killercup/assert_cli"
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 @@ Just add it to your `Cargo.toml`:

```toml
[dependencies]
assert_cli = "0.2.2"
assert_cli = "0.3"
```

## Example
Expand Down

0 comments on commit 4bf99e7

Please sign in to comment.