Skip to content

Commit d728539

Browse files
author
Krister Kari
committed
Bump version to 0.7.5
1 parent 663ce99 commit d728539

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

bin/javascripts/jquery.nanoscroller.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.

bin/javascripts/jquery.nanoscroller.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.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nanoscroller",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
55
"homepage": "http://jamesflorentino.github.com/nanoScrollerJS/",
66
"main": [

docs/classes/NanoScroll.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1><img src="../assets/css/logo.png" title="jquery.nanoscroller"></h1>
1919

2020
</div>
2121
<div class="yui3-u-1-4 version">
22-
<em>API Docs for: 0.7.4</em>
22+
<em>API Docs for: 0.7.5</em>
2323
</div>
2424
</div>
2525
<div id="bd" class="yui3-g">

docs/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"project": {
33
"name": "jquery.nanoscroller",
44
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
5-
"version": "0.7.4",
5+
"version": "0.7.5",
66
"url": "http://jamesflorentino.github.com/nanoScrollerJS/"
77
},
88
"files": {

docs/files/bin_javascripts_jquery.nanoscroller.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1><img src="../assets/css/logo.png" title="jquery.nanoscroller"></h1>
1919

2020
</div>
2121
<div class="yui3-u-1-4 version">
22-
<em>API Docs for: 0.7.4</em>
22+
<em>API Docs for: 0.7.5</em>
2323
</div>
2424
</div>
2525
<div id="bd" class="yui3-g">
@@ -86,7 +86,7 @@ <h1 class="file-heading">File: bin/javascripts/jquery.nanoscroller.js</h1>
8686

8787
<div class="file">
8888
<pre class="code prettyprint linenums">
89-
/*! nanoScrollerJS - v0.7.4 - 2013
89+
/*! nanoScrollerJS - v0.7.5 - 2013
9090
* http://jamesflorentino.github.com/nanoScrollerJS/
9191
* Copyright (c) 2013 James Florentino; Licensed MIT */
9292
(function($, window, document) {

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1><img src="./assets/css/logo.png" title="jquery.nanoscroller"></h1>
1919

2020
</div>
2121
<div class="yui3-u-1-4 version">
22-
<em>API Docs for: 0.7.4</em>
22+
<em>API Docs for: 0.7.5</em>
2323
</div>
2424
</div>
2525
<div id="bd" class="yui3-g">

nanoscroller.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery.nanoscroller",
33
"title": "nanoScrollerJS",
44
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
5-
"version": "0.7.4",
5+
"version": "0.7.5",
66
"homepage": "http://jamesflorentino.github.com/nanoScrollerJS/",
77
"author": {
88
"name": "James Florentino",

0 commit comments

Comments
 (0)