Skip to content

Commit 064a9af

Browse files
committed
Release candidate 2.2.1-rc.2
1 parent e64e025 commit 064a9af

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.2.1-rc.1",
3+
"version": "2.2.1-rc.2",
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.2.1-rc.1 - 2018-06-14
2+
* jScrollPane - v2.2.1-rc.2 - 2018-06-14
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.2.1-rc.1, Last updated: 2018-06-14*
12+
// *Version: 2.2.1-rc.2, Last updated: 2018-06-14*
1313
//
1414
// Project Home - http://jscrollpane.kelvinluck.com/
1515
// GitHub - http://github.com/vitch/jScrollPane
@@ -45,6 +45,7 @@
4545
//
4646
// About: Release History
4747
//
48+
// 2.2.1-rc.2 - (2018-05-16) Sucked NPM release have to make new Release.. this is 2018!
4849
// 2.2.1-rc.1 - (2018-05-16) Fixed CSSLint warnings which can lead CSS problems in
4950
// production! Please report a issue if this breaks something!
5051
// * Merged:

0 commit comments

Comments
 (0)