Skip to content

Commit

Permalink
Increase version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Madiyar Aitbayev committed Jul 31, 2022
1 parent 3ac20b4 commit 0caf466
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 = "primecount"
version = "0.1.3"
version = "0.2.0"
authors = ["Madiyar Aitbayev (madiyar92@gmail.com)"]
edition = "2018"
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is a rust wrapper around an awesome [kimwalisch/primecount](https://github.co

**Add to Cargo.toml of your project:**
```
primecount = "0.1.3"
primecount = "0.2.0"
```

**Examples:**
Expand Down

0 comments on commit 0caf466

Please sign in to comment.