From 4a468668777499fdae88dd12254872c5ac4e2710 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 3 May 2018 17:33:33 -0400 Subject: [PATCH] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a637570f6..7c29b6e6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "2.6.8", + "version": "2.6.9", "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"