From abbf54620ae48d1c296225bf6ce6962f2106ed14 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Wed, 31 Oct 2018 22:23:55 +0100 Subject: [PATCH] 4.0.0-alpha.1 --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f316197f2..eccfad83a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 13c299b41..af8d9f2b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.1", "author": "Iuri Matias ", "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps",