Skip to content

Commit

Permalink
Bump version to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Sep 29, 2019
1 parent 3d8fafd commit 7395598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "version-compare"
version = "0.0.9"
version = "0.0.10"
authors = ["timvisee <timvisee@gmail.com>"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.9"
version-compare = "0.0.10"
```

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

0 comments on commit 7395598

Please sign in to comment.