Skip to content

Commit

Permalink
Bump version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Apr 9, 2019
1 parent 4209181 commit 0c81e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "version-compare"
version = "0.0.6"
version = "0.0.7"
authors = ["timvisee <timvisee@gmail.com>"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -74,7 +74,7 @@ This library is very easy to use. Here's a basic usage example:
Cargo.toml:
```toml
[dependencies]
version-compare = "0.0.6"
version-compare = "0.0.7"
```

[example.rs:](examples/example.rs)
Expand Down

0 comments on commit 0c81e68

Please sign in to comment.