From c5f80ac49b7a4a388cd07f2747f80dc443891a9e Mon Sep 17 00:00:00 2001 From: Michael Ferris Date: Tue, 16 Apr 2019 09:18:55 -0400 Subject: [PATCH] Publish version 0.2.1 to fix .git issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b9f5e6..96ddbeb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "string-argv", "description": "string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.", - "version": "0.2.0", + "version": "0.2.1", "contributors": [ { "name": "Michael Ferris",