Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Jan 29, 2023
1 parent 74b70b5 commit 16372f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "normpath"
version = "1.0.1"
version = "1.1.0"
authors = ["dylni"]
edition = "2021"
rust-version = "1.57.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,7 +16,7 @@ Add the following lines to your "Cargo.toml" file:

```toml
[dependencies]
normpath = "1.0"
normpath = "1.1"
```

See the [documentation] for available functionality and examples.
Expand All @@ -32,7 +32,7 @@ crate's minor version:

```toml
[dependencies]
normpath = "~1.0"
normpath = "~1.1"
```

## License
Expand Down

0 comments on commit 16372f4

Please sign in to comment.