From 4462745539b2c515109a826e60d719cdf4bda97c Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 26 Sep 2018 19:33:00 -0400 Subject: [PATCH] update to 3.2.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 015a64116..6a9d507a8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a41bcb458..b7b21e567 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "3.2.0", + "version": "3.2.1", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { "lint": "eslint lib/",