Skip to content

Commit 29bbf5a

Browse files
committed
2.1.25
1 parent e432e13 commit 29bbf5a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

daterangepicker.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* @version: 2.1.24
2+
* @version: 2.1.25
33
* @author: Dan Grossman http://www.dangrossman.info/
4-
* @copyright: Copyright (c) 2012-2016 Dan Grossman. All rights reserved.
4+
* @copyright: Copyright (c) 2012-2017 Dan Grossman. All rights reserved.
55
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
6-
* @website: https://www.improvely.com/
6+
* @website: https://www.daterangepicker.com/
77
*/
88
// Follow the UMD template https://github.com/umdjs/umd/blob/master/templates/returnExportsGlobal.js
99
(function (root, factory) {

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'dangrossman:bootstrap-daterangepicker',
3-
version: '2.1.24',
3+
version: '2.1.25',
44
summary: 'Date range picker component for Bootstrap',
55
git: 'https://github.com/dangrossman/bootstrap-daterangepicker',
66
documentation: 'README.md'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-daterangepicker",
3-
"version": "2.1.24",
3+
"version": "2.1.25",
44
"description": "Date range picker component for Bootstrap",
55
"main": "daterangepicker.js",
66
"style": "daterangepicker.css",

0 commit comments

Comments
 (0)