From 5e8c5b56341dc38246ea74f7a1eb112a0ca5512a Mon Sep 17 00:00:00 2001 From: dylni <46035563+dylni@users.noreply.github.com> Date: Thu, 6 Jan 2022 17:37:41 -0500 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00d9e6f..4324420 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "normpath" -version = "0.3.1" +version = "0.3.2" authors = ["dylni"] edition = "2018" exclude = [".*", "/rustfmt.toml", "/tests"]