diff --git a/package-lock.json b/package-lock.json index 0211996..0b8cfbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@camjn/getargv", - "version": "0.0.26", + "version": "0.0.27", "lockfileVersion": 3, "requires": true, "dependencies": { @@ -110,7 +110,7 @@ "packages": { "": { "name": "@camjn/getargv", - "version": "0.0.26", + "version": "0.0.27", "license": "BSD-3-Clause", "os": [ "darwin" diff --git a/package.json b/package.json index 861601e..d1c0c84 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "name": "@camjn/getargv", "homepage": "https://getargv.narzt.cam/", "author": "Camden Narzt ", - "version": "0.0.26", + "version": "0.0.27", "description": "This library allows you to query the arguments of other processes on macOS.", "main": "dist/binding.js", "scripts": {