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",