Skip to content

Commit

Permalink
Update version number to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mazznoer committed Mar 29, 2021
1 parent 033143a commit 8b910c4
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.3.0"
version = "0.4.0"
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 @@ -23,7 +23,7 @@ Rust color scales library for data visualization, charts, games, maps, generativ

Add this to your `Cargo.toml`
```toml
colorgrad = "0.3.0"
colorgrad = "0.4.0"
```

## Custom Gradient
Expand Down

0 comments on commit 8b910c4

Please sign in to comment.