Skip to content

Commit 30c1d66

Browse files
committed
update bower config, bump to 0.2.6
1 parent cefe33e commit 30c1d66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function(grunt) {
1717
'bump': {
1818
options: {
1919
push: false,
20-
files: ['package.json', 'component.json', 'composer.json']
20+
files: ['package.json', 'bower.json', 'composer.json']
2121
}
2222
},
2323
'jasmine': {

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-timepicker",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "A timepicker component for Twitter Bootstrap 2.x",
55
"repository": {
66
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-timepicker",
33
"description": "Timepicker widget for Twitter Bootstrap 2.*",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"homepage": "http://jdewit.github.com/bootstrap-timepicker",
66
"author": {
77
"name": "Joris de Wit",

0 commit comments

Comments
 (0)