From 3490083f23be2d48082437f9afae452a04b18812 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sun, 12 Mar 2017 20:53:50 -0400 Subject: [PATCH] update to 2.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06833395..eed76948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "2.4.0", + "version": "2.4.1", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { "test": "grunt jshint && mocha test/ --no-timeouts"