Skip to content

Commit 7bdc083

Browse files
committed
Bump version for alpha release
1 parent 45efe37 commit 7bdc083

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.6.0-dev",
3+
"version": "1.6.0-alpha",
44
"main": [
55
"dist/css/bootstrap-datepicker3.css",
66
"dist/js/bootstrap-datepicker.min.js"

js/bootstrap-datepicker.js

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

21102110
/* DATEPICKER VERSION
21112111
* =================== */
2112-
$.fn.datepicker.version = '1.6.0-dev';
2112+
$.fn.datepicker.version = '1.6.0-alpha';
21132113

21142114
/* DATEPICKER DATA-API
21152115
* ================== */

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 Bootstrap forked from Stefan Petre's (of eyecon.ro), improvements by eternicode",
4-
"version": "1.6.0-dev",
4+
"version": "1.6.0-alpha",
55
"license": "Apache-2.0",
66
"keywords": [
77
"datepicker",

0 commit comments

Comments
 (0)