Skip to content

Commit c1d1c79

Browse files
Update version, recompile minified code
1 parent 9ab9737 commit c1d1c79

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name" : "slimScroll",
3-
"version" : "1.3.2",
3+
"version" : "1.3.3",
44
"title" : "jQuery slimScroll scrollbar",
55
"description" : "slimScroll is a small jQuery plugin that transforms any div into a scrollable area. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over.",
66
"keywords" : ["scrollbar", "scroll", "slimscroll", "scrollable", "scrolling", "scroller", "ui"],
77
"demo" : "http://rocha.la/jQuery-slimScroll/",
88
"homepage" : "http://rocha.la/jQuery-slimScroll/",
99
"download" : "http://rocha.la/jQuery-slimScroll/",
10-
10+
1111
"main": "./jquery.slimscroll.min.js",
1212

1313
"author" : {

jquery.slimscroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
33
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
44
*
5-
* Version: 1.3.2
5+
* Version: 1.3.3
66
*
77
*/
88
(function($) {

jquery.slimscroll.min.js

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

slimScroll.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "slimScroll",
3-
"version" : "1.3.2",
3+
"version" : "1.3.3",
44
"title" : "jQuery slimScroll scrollbar",
55
"description" : "slimScroll is a small jQuery plugin that transforms any div into a scrollable area. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over.",
66
"keywords" : ["scrollbar", "scroll", "slimscroll", "scrollable", "scrolling", "scroller", "ui"],

0 commit comments

Comments
 (0)