Navigation Menu

Skip to content

Commit

Permalink
Update version, recompile minified code
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrr-sportsbet committed Sep 1, 2014
1 parent 9ab9737 commit c1d1c79
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bower.json
@@ -1,13 +1,13 @@
{
"name" : "slimScroll",
"version" : "1.3.2",
"version" : "1.3.3",
"title" : "jQuery slimScroll scrollbar",
"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.",
"keywords" : ["scrollbar", "scroll", "slimscroll", "scrollable", "scrolling", "scroller", "ui"],
"demo" : "http://rocha.la/jQuery-slimScroll/",
"homepage" : "http://rocha.la/jQuery-slimScroll/",
"download" : "http://rocha.la/jQuery-slimScroll/",

"main": "./jquery.slimscroll.min.js",

"author" : {
Expand Down
2 changes: 1 addition & 1 deletion jquery.slimscroll.js
Expand Up @@ -2,7 +2,7 @@
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
*
* Version: 1.3.2
* Version: 1.3.3
*
*/
(function($) {
Expand Down
12 changes: 10 additions & 2 deletions jquery.slimscroll.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion slimScroll.jquery.json
@@ -1,6 +1,6 @@
{
"name" : "slimScroll",
"version" : "1.3.2",
"version" : "1.3.3",
"title" : "jQuery slimScroll scrollbar",
"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.",
"keywords" : ["scrollbar", "scroll", "slimscroll", "scrollable", "scrolling", "scroller", "ui"],
Expand Down

0 comments on commit c1d1c79

Please sign in to comment.