diff --git a/Gruntfile.js b/Gruntfile.js index f40c1d3..02a0f9c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -34,7 +34,7 @@ module.exports = function(grunt) { project: { key: 'grunt-sonar', name: 'Grunt sonar plugin', - version: '0.1.2' + version: '0.1.3' }, sources: [ { @@ -68,7 +68,7 @@ module.exports = function(grunt) { project: { key: 'grunt-sonar', name: 'Grunt sonar plugin', - version: '0.1.2' + version: '0.1.3' }, sources: [ { diff --git a/package.json b/package.json index 9d88f2a..540b531 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-karma-sonar", "description": "Grunt plugin for integrating karma reports with sonar", - "version": "0.1.2", + "version": "0.1.3", "homepage": "https://github.com/mdasberg/grunt-karma-sonar", "author": { "name": "Mischa Dasberg",