Skip to content

Commit

Permalink
Bump to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinno committed Jan 15, 2024
1 parent 9845660 commit 08c892a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "normalize-css-z"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Normalizes a CSS z-index value to a 32-bit floating-point number."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Or add the following line to your Cargo.toml:

```toml
[dependencies]
normalize-css-z = "0.1"
normalize-css-z = "0.2"
```

## License
Expand Down

0 comments on commit 08c892a

Please sign in to comment.