Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Mar 30, 2021
1 parent c465d1b commit 3a418e4
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 = "normpath"
version = "0.2.0"
version = "0.3.0"
authors = ["dylni"]
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
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 the following lines to your "Cargo.toml" file:

```toml
[dependencies]
normpath = "0.2"
normpath = "0.3"
```

See the [documentation] for available functionality and examples.
Expand Down

0 comments on commit 3a418e4

Please sign in to comment.