diff --git a/Gruntfile.js b/Gruntfile.js index 4e6a1578..f25af3fd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -17,7 +17,7 @@ module.exports = function(grunt) { 'bump': { options: { push: false, - files: ['package.json', 'component.json', 'composer.json'] + files: ['package.json', 'bower.json', 'composer.json'] } }, 'jasmine': { diff --git a/bower.json b/bower.json index 64c8721d..dddbe76e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bootstrap-timepicker", - "version": "0.2.5", + "version": "0.2.6", "description": "A timepicker component for Twitter Bootstrap 2.x", "repository": { "type": "git", diff --git a/package.json b/package.json index fa64f3e5..14d3109c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bootstrap-timepicker", "description": "Timepicker widget for Twitter Bootstrap 2.*", - "version": "0.2.5", + "version": "0.2.6", "homepage": "http://jdewit.github.com/bootstrap-timepicker", "author": { "name": "Joris de Wit",