Skip to content

Commit

Permalink
(cargo-release) version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gifnksm committed Jul 18, 2022
1 parent 90630c6 commit fc5161b
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 = "polynomial"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
rust-version = "1.56.1"
authors = ["gifnksm <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
polynomial = "0.1"
polynomial = "0.2.0"
```

## Minimum supported Rust version (MSRV)
Expand Down

0 comments on commit fc5161b

Please sign in to comment.