Skip to content

Commit ae5dc1e

Browse files
committed
Releasing last version on NPM didn't go as planned so update new version with new package.json
1 parent 161d7b4 commit ae5dc1e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

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.2-rc.1",
44
"description": "jScrollPane - cross browser custom scroll bars",
55
"repository": {
66
"type": "git",

script/jquery.jscrollpane.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jScrollPane - v2.1.1 - 2018-01-12
2+
* jScrollPane - v2.1.2-rc.1 - 2018-01-18
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.1, Last updated: 2018-01-12*
12+
// *Version: 2.1.2-rc.1, Last updated: 2018-01-18*
1313
//
1414
// Project Home - http://jscrollpane.kelvinluck.com/
1515
// GitHub - http://github.com/vitch/jScrollPane
@@ -42,7 +42,8 @@
4242
//
4343
// About: Release History
4444
//
45-
// 2.1.1 - (2018-01-12) As everyone stays silent then we just release! No changes from RC.1
45+
// 2.1.2-rc.1 - (2018-01-18) Release on NPM.
46+
// 2.1.1 - (2018-01-12) As everyone stays silent then we just release! No changes from RC.1
4647
// 2.1.1-rc.1 - (2017-12-23) Started to slowly merge stuff (HO HO HO Merry Christmas!)
4748
// * Merged
4849
// - #349 - ScrollPane reinitialization should adapt to changed container size

0 commit comments

Comments
 (0)