From 9028559e46f5fda5ca26b9c8eaef9b17414714ce Mon Sep 17 00:00:00 2001 From: Simon Lepel Date: Sat, 16 Jan 2021 20:29:12 +0100 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7bbdd5..2c44ec1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "path-slashes", - "version": "1.0.0", + "version": "1.0.1", "description": "Adding or removing of trailing and/or leading slashes in strings, test for their existence or join strings with slashes without duplicating them.", "author": "Simon Lepel (https://simbo.de)", "license": "MIT",