From fef793c5ef62736fa126426c0fd9fe4422729d30 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Thu, 11 Oct 2018 15:50:07 -0400 Subject: [PATCH] 3.2.3 --- 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 ce38dab95..290f54425 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "3.2.2", + "version": "3.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a69a42964..bb96b0ad6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "3.2.2", + "version": "3.2.3", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { "lint": "eslint lib/",