From 4008f1591050c9dc8f9bb50befc63da3904f787a Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 15 Dec 2017 17:44:06 -0500 Subject: [PATCH] update to 2.6.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5083d040..a30d6c552 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "2.6.1", + "version": "2.6.2", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { "test": "grunt jshint && mocha test/ --no-timeouts && cd test_app/ && npm install && ../bin/embark test"