From 2fbb41b113f0ee967afb57ace749faab0fa2a496 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 31 May 2016 22:19:34 -0400 Subject: [PATCH] update boilerplate to point to right version instead of repo --- bin/embark | 2 +- boilerplate/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/embark b/bin/embark index eed4defb..3626d164 100755 --- a/bin/embark +++ b/bin/embark @@ -31,7 +31,7 @@ var deploy = function(env, embarkConfig, cb) { } program - .version('1.1.0'); + .version('1.1.1'); program.command('new [name]').description('New application').action(function(name) { if (name === undefined) { diff --git a/boilerplate/package.json b/boilerplate/package.json index 70344a33..e4a4790d 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "iurimatias/embark-framework#develop", + "embark-framework": "^1.1.1", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-concat": "^0.5.1", diff --git a/package.json b/package.json index 0ff5c078..a9e44d4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "1.1.0", + "version": "1.1.1", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"