Skip to content

Commit 3f836a9

Browse files
committed
Bump up version
1 parent 43cb2d6 commit 3f836a9

5 files changed

+5
-5
lines changed

bower.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.4",
3+
"version" : "1.3.5",
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"],

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.4
5+
* Version: 1.3.5
66
*
77
*/
88
(function($) {

jquery.slimscroll.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'rochal:slimscroll',
3-
version: '1.3.4',
3+
version: '1.3.5',
44
summary: 'jQuery SlimScroll package for meteor.',
55
git: 'https://github.com/rochal/jQuery-slimScroll',
66
documentation: 'README.md'

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.4",
3+
"version" : "1.3.5",
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)