diff --git a/package-lock.json b/package-lock.json index ab2658c..ed73cd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nexe", - "version": "2.0.0-next.8", + "version": "2.0.0-next.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab7b8c8..8b6061e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nexe", "description": "Create a single executable out of your Node.js application", "license": "MIT", - "version": "2.0.0-next.10", + "version": "2.0.0-next.11", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ",