From e3a48fd46a06beb06b4303faa10f7e27999557d7 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 14 Aug 2018 13:45:09 -0400 Subject: [PATCH] update to 3.1.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1e1aec8b..3b0b1b7f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "3.1.7", + "version": "3.1.8", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { "lint": "./node_modules/.bin/eslint lib/",