From 02e745a9a186610b8960c64fdff32e5937dcfbd5 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 5 Aug 2015 07:06:08 -0400 Subject: [PATCH 1/2] add chains file to meteor demo --- demo_meteor/chains.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 demo_meteor/chains.json diff --git a/demo_meteor/chains.json b/demo_meteor/chains.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/demo_meteor/chains.json @@ -0,0 +1 @@ +{} From 1ff7d4bba3ffd4a54db4367d5b349670fddb8904 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 5 Aug 2015 07:07:01 -0400 Subject: [PATCH 2/2] update to 0.8.1 --- 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 091afb1f4..1d9846809 100644 --- a/bin/embark +++ b/bin/embark @@ -32,7 +32,7 @@ var deploy = function(env, embarkConfig) { } program - .version('0.8.0') + .version('0.8.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 7323ecd3f..09bde0130 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark-framework": "^0.8.0", + "embark-framework": "^0.8.1", "grunt-embark": "^0.3.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", diff --git a/package.json b/package.json index d583c7b5e..09a01ebc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark-framework", - "version": "0.8.0", + "version": "0.8.1", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"