Skip to content

Commit

Permalink
chore: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodgeraraujo committed Oct 20, 2022
1 parent f0e1885 commit e4620c3
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 = "reddish"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = """
A Rust utility library
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
reddish = "0.1.0"
reddish = "0.2.0"
```

## Example
Expand Down

0 comments on commit e4620c3

Please sign in to comment.