diff --git a/Cargo.toml b/Cargo.toml index 2d5bdce..960e5cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "normpath" -version = "1.1.1" +version = "1.2.0" authors = ["dylni"] edition = "2021" rust-version = "1.74.0" diff --git a/README.md b/README.md index 0897e7d..e6d37a0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the following lines to your "Cargo.toml" file: ```toml [dependencies] -normpath = "1.1" +normpath = "1.2" ``` See the [documentation] for available functionality and examples. @@ -32,7 +32,7 @@ crate's minor version: ```toml [dependencies] -normpath = "~1.1" +normpath = "~1.2" ``` ## License