From 4232f0152c4f8d7aac3dbea2774a0c07d3db00ac Mon Sep 17 00:00:00 2001 From: pklauzinski Date: Thu, 19 Jan 2017 09:33:27 -0600 Subject: [PATCH] Updated version number --- README.md | 2 +- jquery.jscroll.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d33c44..f3ad8c1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Official site at [jscroll.com](http://jscroll.com/). * Copyright © 2011-2017, [Philip Klauzinski](http://webtopian.com) -* Current Version: 2.3.5 +* Current Version: 2.3.7 * Dual licensed under the MIT and GPL Version 2 licenses. * http://jscroll.com/#license * http://www.opensource.org/licenses/mit-license.php diff --git a/jquery.jscroll.js b/jquery.jscroll.js index 3d66afa..054c531 100644 --- a/jquery.jscroll.js +++ b/jquery.jscroll.js @@ -5,7 +5,7 @@ * @copyright 2011-2017, Philip Klauzinski * @license Dual licensed under the MIT and GPL Version 2 licenses. * @author Philip Klauzinski (http://webtopian.com) - * @version 2.3.6 + * @version 2.3.7 * @requires jQuery v1.4.3+ * @preserve */ diff --git a/package.json b/package.json index 914c184..32203ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jscroll", - "version": "2.3.6", + "version": "2.3.7", "description": "jQuery plugin for infinite scrolling / auto-paging.", "main": "jquery.jscroll.js", "scripts": {