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

Commit 4bf99e7

Browse files
committed
Bump version to 0.3
1 parent f258611 commit 4bf99e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "assert_cli"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
authors = ["Pascal Hertleif <[email protected]>"]
55
repository = "https://github.com/killercup/assert_cli.git"
66
homepage = "https://github.com/killercup/assert_cli"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Just add it to your `Cargo.toml`:
1515

1616
```toml
1717
[dependencies]
18-
assert_cli = "0.2.2"
18+
assert_cli = "0.3"
1919
```
2020

2121
## Example

0 commit comments

Comments
 (0)