From a6397b3fe96d8c136cb6d6efb989152bbcc1c810 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 24 Oct 2016 06:14:35 -0400 Subject: [PATCH] update to 2.1.0 --- boilerplate/package.json | 2 +- demo/package.json | 2 +- lib/cmd.js | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boilerplate/package.json b/boilerplate/package.json index f33d1da5..aeaa3406 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark": "^2.0.1", + "embark": "^2.1.0", "mocha": "^2.2.5" } } diff --git a/demo/package.json b/demo/package.json index f33d1da5..aeaa3406 100644 --- a/demo/package.json +++ b/demo/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark": "^2.0.1", + "embark": "^2.1.0", "mocha": "^2.2.5" } } diff --git a/lib/cmd.js b/lib/cmd.js index a8ea614b..5d749902 100644 --- a/lib/cmd.js +++ b/lib/cmd.js @@ -3,7 +3,7 @@ var colors = require('colors'); var Cmd = function(Embark) { this.Embark = Embark; - program.version('2.0.1'); + program.version('2.1.0'); }; Cmd.prototype.process = function(args) { diff --git a/package.json b/package.json index ec4a605b..c3feaf43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "2.0.1", + "version": "2.1.0", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { "test": "grunt jshint && mocha test/ --no-timeouts"