diff --git a/package.json b/package.json index 794d6558..e0bb7146 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jscrollpane", - "version": "2.1.2", + "version": "2.1.3-rc.1", "description": "jScrollPane - cross browser custom scroll bars", "repository": { "type": "git", diff --git a/script/jquery.jscrollpane.js b/script/jquery.jscrollpane.js index 2ced0873..00e215da 100644 --- a/script/jquery.jscrollpane.js +++ b/script/jquery.jscrollpane.js @@ -1,5 +1,5 @@ /*! - * jScrollPane - v2.1.2 - 2018-02-16 + * jScrollPane - v2.1.3-rc.1 - 2018-03-05 * http://jscrollpane.kelvinluck.com/ * * Copyright (c) 2014 Kelvin Luck @@ -9,7 +9,7 @@ // Script: jScrollPane - cross browser customisable scrollbars // -// *Version: 2.1.2, Last updated: 2018-02-03* +// *Version: 2.1.3-rc.1, Last updated: 2018-03-05* // // Project Home - http://jscrollpane.kelvinluck.com/ // GitHub - http://github.com/vitch/jScrollPane @@ -42,6 +42,7 @@ // // About: Release History // +// 2.1.3-rc.1 - (2018-03-05) Moving Gruntfile.js to root and example HTML to subdirectory examples // 2.1.2 - (2018-02-16) Just on console.log remove and Release! // This version should play nicely with NPM // 2.1.2-rc.2 - (2018-02-03) Update package.json main-tag