Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Jan 15, 2021
1 parent 0384878 commit 496d663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "normpath"
version = "0.1.0"
version = "0.2.0"
authors = ["dylni"]
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Add the following lines to your "Cargo.toml" file:

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

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

0 comments on commit 496d663

Please sign in to comment.