Skip to content

Commit 4764bff

Browse files
committed
Bumped version to 1.4.1
1 parent 227a21c commit 4764bff

13 files changed

+15
-15
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-datepicker",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"main": [
55
"dist/css/bootstrap-datepicker.css",
66
"dist/css/bootstrap-datepicker3.css",

dist/css/bootstrap-datepicker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
2+
* Datepicker for Bootstrap v1.4.1 (https://github.com/eternicode/bootstrap-datepicker)
33
*
44
* Copyright 2012 Stefan Petre
55
* Improvements by Andrew Rowls

dist/css/bootstrap-datepicker.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker.standalone.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
2+
* Datepicker for Bootstrap v1.4.1 (https://github.com/eternicode/bootstrap-datepicker)
33
*
44
* Copyright 2012 Stefan Petre
55
* Improvements by Andrew Rowls

dist/css/bootstrap-datepicker.standalone.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker3.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
2+
* Datepicker for Bootstrap v1.4.1 (https://github.com/eternicode/bootstrap-datepicker)
33
*
44
* Copyright 2012 Stefan Petre
55
* Improvements by Andrew Rowls

dist/css/bootstrap-datepicker3.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-datepicker3.standalone.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
2+
* Datepicker for Bootstrap v1.4.1 (https://github.com/eternicode/bootstrap-datepicker)
33
*
44
* Copyright 2012 Stefan Petre
55
* Improvements by Andrew Rowls

dist/css/bootstrap-datepicker3.standalone.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bootstrap-datepicker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
2+
* Datepicker for Bootstrap v1.4.1 (https://github.com/eternicode/bootstrap-datepicker)
33
*
44
* Copyright 2012 Stefan Petre
55
* Improvements by Andrew Rowls
@@ -1758,7 +1758,7 @@
17581758

17591759
/* DATEPICKER VERSION
17601760
* =================== */
1761-
$.fn.datepicker.version = "1.4.0";
1761+
$.fn.datepicker.version = "1.4.1";
17621762

17631763
/* DATEPICKER DATA-API
17641764
* ================== */

dist/js/bootstrap-datepicker.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/bootstrap-datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@
17741774

17751775
/* DATEPICKER VERSION
17761776
* =================== */
1777-
$.fn.datepicker.version = "1.4.0";
1777+
$.fn.datepicker.version = "1.4.1";
17781778

17791779
/* DATEPICKER DATA-API
17801780
* ================== */

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-datepicker",
33
"description": "A datepicker for twitter bootstrap forked from Stefan Petre's (of eyecon.ro), improvements by eternicode",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"license": "Apache-2.0",
66
"keywords": [
77
"datepicker",

0 commit comments

Comments
 (0)