From 3b28d3cc9fe89bc590b1e06444da778e724eab03 Mon Sep 17 00:00:00 2001 From: dylni <46035563+dylni@users.noreply.github.com> Date: Sun, 10 Oct 2021 23:12:46 -0400 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 910b824..00d9e6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "normpath" -version = "0.3.0" +version = "0.3.1" authors = ["dylni"] edition = "2018" exclude = [".*", "/rustfmt.toml", "/tests"]