Skip to content

Commit ee3719f

Browse files
committed
Release 2.1.3-rc.1
1 parent 046e16c commit ee3719f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jscrollpane",
3-
"version": "2.1.2",
3+
"version": "2.1.3-rc.1",
44
"description": "jScrollPane - cross browser custom scroll bars",
55
"repository": {
66
"type": "git",

script/jquery.jscrollpane.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jScrollPane - v2.1.2 - 2018-02-16
2+
* jScrollPane - v2.1.3-rc.1 - 2018-03-05
33
* http://jscrollpane.kelvinluck.com/
44
*
55
* Copyright (c) 2014 Kelvin Luck
@@ -9,7 +9,7 @@
99

1010
// Script: jScrollPane - cross browser customisable scrollbars
1111
//
12-
// *Version: 2.1.2, Last updated: 2018-02-03*
12+
// *Version: 2.1.3-rc.1, Last updated: 2018-03-05*
1313
//
1414
// Project Home - http://jscrollpane.kelvinluck.com/
1515
// GitHub - http://github.com/vitch/jScrollPane
@@ -42,6 +42,7 @@
4242
//
4343
// About: Release History
4444
//
45+
// 2.1.3-rc.1 - (2018-03-05) Moving Gruntfile.js to root and example HTML to subdirectory examples
4546
// 2.1.2 - (2018-02-16) Just on console.log remove and Release!
4647
// This version should play nicely with NPM
4748
// 2.1.2-rc.2 - (2018-02-03) Update package.json main-tag

0 commit comments

Comments
 (0)