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