Skip to content

Commit

Permalink
update bower config, bump to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewit committed Oct 31, 2013
1 parent cefe33e commit 30c1d66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 30c1d66

Please sign in to comment.