diff --git a/Cargo.toml b/Cargo.toml index 2fb04fb..da1e8da 100644 --- a/Cargo.toml +++ b/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" diff --git a/README.md b/README.md index 6503509..e385312 100644 --- a/README.md +++ b/README.md @@ -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. @@ -32,7 +32,7 @@ crate's minor version: ```toml [dependencies] -normpath = "~1.0" +normpath = "~1.1" ``` ## License