Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrossman committed Feb 24, 2015
1 parent cce2cd7 commit 28e7ca0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-daterangepicker",
"version": "1.3.17-beta",
"version": "1.3.18",
"main": [
"daterangepicker.js",
"daterangepicker-bs3.css"
Expand Down
6 changes: 3 additions & 3 deletions daterangepicker.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @version: 1.3.17
* @version: 1.3.18
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2014 Dan Grossman. All rights reserved.
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: http://www.improvely.com/
* @website: https://www.improvely.com/
*/

(function(root, factory) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-daterangepicker",
"version": "1.3.17-beta",
"version": "1.3.18",
"description": "Date range picker component for Bootstrap",
"main": "daterangepicker.js",
"style": "daterangepicker-bs3.css",
Expand Down

0 comments on commit 28e7ca0

Please sign in to comment.