Skip to content

Commit

Permalink
bump version number to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mazznoer committed Oct 14, 2022
1 parent 71225b2 commit 0247d85
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 = "colorgrad"
version = "0.6.1"
version = "0.6.2"
authors = ["Nor Khasyatillah <[email protected]>"]
edition = "2018"
description = "Color scales library for data visualization, charts, games, generative art and others."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Add this to your `Cargo.toml`

```toml
colorgrad = "0.6.1"
colorgrad = "0.6.2"
```

## Custom Gradient
Expand Down

0 comments on commit 0247d85

Please sign in to comment.