Skip to content

Commit 3530a16

Browse files
committed
bump version
1 parent 9d614ce commit 3530a16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

daterangepicker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @version: 2.1.25
2+
* @version: 2.1.26
33
* @author: Dan Grossman http://www.dangrossman.info/
44
* @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

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.25',
3+
version: '2.1.26',
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.25",
3+
"version": "2.1.26",
44
"description": "Date range picker component for Bootstrap",
55
"main": "daterangepicker.js",
66
"style": "daterangepicker.css",

0 commit comments

Comments
 (0)