diff --git a/boilerplate/package.json b/boilerplate/package.json index 4a1c66ae..f33d1da5 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark": "^2.0.0", + "embark": "^2.0.1", "mocha": "^2.2.5" } } diff --git a/demo/package.json b/demo/package.json index 4a1c66ae..f33d1da5 100644 --- a/demo/package.json +++ b/demo/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark": "^2.0.0", + "embark": "^2.0.1", "mocha": "^2.2.5" } } diff --git a/package.json b/package.json index 10e0dbf3..0f869bcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "2.0.0", + "version": "2.0.1", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"