Skip to content

Commit

Permalink
Release candidate 2.2.1-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
illuusio committed Jun 14, 2018
1 parent e64e025 commit 064a9af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jscrollpane",
"version": "2.2.1-rc.1",
"version": "2.2.1-rc.2",
"description": "jScrollPane - cross browser custom scroll bars",
"repository": {
"type": "git",
Expand Down
5 changes: 3 additions & 2 deletions script/jquery.jscrollpane.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jScrollPane - v2.2.1-rc.1 - 2018-06-14
* jScrollPane - v2.2.1-rc.2 - 2018-06-14
* http://jscrollpane.kelvinluck.com/
*
* Copyright (c) 2014 Kelvin Luck
Expand All @@ -9,7 +9,7 @@

// Script: jScrollPane - cross browser customisable scrollbars
//
// *Version: 2.2.1-rc.1, Last updated: 2018-06-14*
// *Version: 2.2.1-rc.2, Last updated: 2018-06-14*
//
// Project Home - http://jscrollpane.kelvinluck.com/
// GitHub - http://github.com/vitch/jScrollPane
Expand Down Expand Up @@ -45,6 +45,7 @@
//
// About: Release History
//
// 2.2.1-rc.2 - (2018-05-16) Sucked NPM release have to make new Release.. this is 2018!
// 2.2.1-rc.1 - (2018-05-16) Fixed CSSLint warnings which can lead CSS problems in
// production! Please report a issue if this breaks something!
// * Merged:
Expand Down

0 comments on commit 064a9af

Please sign in to comment.