Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mazznoer committed Feb 6, 2021
1 parent 632fa55 commit f5b058e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "csscolorparser"
version = "0.3.0"
version = "0.4.0"
authors = ["Nor Khasyatillah <mazznoer@ymail.com>"]
edition = "2018"
description = "CSS color parser library"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Add `csscolorparser` to your `Cargo.toml`

```toml
[dependencies]
csscolorparser = "0.3.0"
csscolorparser = "0.4.0"
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
//!
//! ```toml
//! [dependencies]
//! csscolorparser = "0.3.0"
//! csscolorparser = "0.4.0"
//! ```
//!
//! ## Examples
Expand Down

0 comments on commit f5b058e

Please sign in to comment.