From 099b52ea291c1fde8314295cc7a826bf3b703b6a Mon Sep 17 00:00:00 2001 From: Nick Janssen Date: Mon, 21 Jul 2014 16:41:12 +0200 Subject: [PATCH] chore(*): release 0.6.0 --- bower.json | 46 ++++++++++++++++++++--------------------- package.json | 58 ++++++++++++++++++++++++++-------------------------- 2 files changed, 52 insertions(+), 52 deletions(-) diff --git a/bower.json b/bower.json index 82ae582..b31a474 100644 --- a/bower.json +++ b/bower.json @@ -1,24 +1,24 @@ { - "name": "sofa-testing", - "version": "0.5.0", - "homepage": "http://www.sofa.io", - "authors": [ - "Pascal Precht " - ], - "description": "Sofa SDK Testing Components.", - "keywords": [ - "sofa", - "sofa.io", - "web", - "sdk", - "testing" - ], - "license": "GPL", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ] -} + "name": "sofa-testing", + "version": "0.6.0", + "homepage": "http://www.sofa.io", + "authors": [ + "Pascal Precht " + ], + "description": "Sofa SDK Testing Components.", + "keywords": [ + "sofa", + "sofa.io", + "web", + "sdk", + "testing" + ], + "license": "GPL", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} \ No newline at end of file diff --git a/package.json b/package.json index 4e313e1..0e8ce32 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,30 @@ { - "name": "sofa-testing", - "version": "0.5.0", - "description": "Sofa SDK Testing Components.", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/sofa/sofa-testing" - }, - "keywords": [ - "sofa", - "sofa.io", - "web", - "sdk", - "testing" - ], - "author": "Pascal Precht ", - "license": "GPL", - "bugs": { - "url": "https://github.com/sofa/sofa-testing/issues" - }, - "homepage": "http://www.sofa.io", - "devDependencies": { - "grunt": "^0.4.5", - "grunt-deploy-semver": "^0.4.3" - } -} + "name": "sofa-testing", + "version": "0.6.0", + "description": "Sofa SDK Testing Components.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/sofa/sofa-testing" + }, + "keywords": [ + "sofa", + "sofa.io", + "web", + "sdk", + "testing" + ], + "author": "Pascal Precht ", + "license": "GPL", + "bugs": { + "url": "https://github.com/sofa/sofa-testing/issues" + }, + "homepage": "http://www.sofa.io", + "devDependencies": { + "grunt": "^0.4.5", + "grunt-deploy-semver": "^0.4.3" + } +} \ No newline at end of file