Skip to content

Commit 0247d85

Browse files
committed
bump version number to v0.6.2
1 parent 71225b2 commit 0247d85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "colorgrad"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["Nor Khasyatillah <mazznoer@ymail.com>"]
55
edition = "2018"
66
description = "Color scales library for data visualization, charts, games, generative art and others."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Add this to your `Cargo.toml`
3030

3131
```toml
32-
colorgrad = "0.6.1"
32+
colorgrad = "0.6.2"
3333
```
3434

3535
## Custom Gradient

0 commit comments

Comments
 (0)