From b6dd232e7a568e266df218dfc8f0adb710b35fdb Mon Sep 17 00:00:00 2001 From: calebboyd Date: Tue, 8 May 2018 11:52:13 -0700 Subject: [PATCH] chore: bump next --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ",