From a4e337267ff7068561b63ac52a13558ff084a493 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 12 Oct 2015 18:50:47 -0400 Subject: [PATCH] update to 0.5.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fbf8c2b..7b475df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grunt-embark", - "version": "0.5.0", + "version": "0.5.1", "description": "", "main": "Gruntfile.js", "scripts": { @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "dependencies": { - "embark-framework": "1.0.0-beta.1", + "embark-framework": "1.0.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-coffee": "^0.13.0", "grunt-contrib-concat": "^0.5.1",