From 496d663abf7ca7c3b975283237f4aa9052f32a62 Mon Sep 17 00:00:00 2001 From: dylni <46035563+dylni@users.noreply.github.com> Date: Thu, 14 Jan 2021 23:02:01 -0500 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d36e62d..2bd57f8 100644 --- a/Cargo.toml +++ b/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"] diff --git a/README.md b/README.md index c396942..33c0bf3 100644 --- a/README.md +++ b/README.md @@ -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.