Skip to content

Commit 6876f99

Browse files
author
Krister Kari
committed
Bump version
1 parent 08b2e51 commit 6876f99

8 files changed

+9
-9
lines changed

‎bin/javascripts/jquery.nanoscroller.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bin/javascripts/jquery.nanoscroller.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nanoscroller",
3-
"version": "0.7.6",
3+
"version": "0.8.0",
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

+1-1
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.6</em>
22+
<em>API Docs for: 0.8.0</em>
2323
</div>
2424
</div>
2525
<div id="bd" class="yui3-g">

‎docs/data.json

+1-1
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.6",
5+
"version": "0.8.0",
66
"url": "http://jamesflorentino.github.com/nanoScrollerJS/"
77
},
88
"files": {

‎docs/files/bin_javascripts_jquery.nanoscroller.js.html

+2-2
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.6</em>
22+
<em>API Docs for: 0.8.0</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.6 - 2014
89+
/*! nanoScrollerJS - v0.8.0 - 2014
9090
* http://jamesflorentino.github.com/nanoScrollerJS/
9191
* Copyright (c) 2014 James Florentino; Licensed MIT */
9292
(function($, window, document) {

‎docs/index.html

+1-1
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.6</em>
22+
<em>API Docs for: 0.8.0</em>
2323
</div>
2424
</div>
2525
<div id="bd" class="yui3-g">

‎nanoscroller.jquery.json

+1-1
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.6",
5+
"version": "0.8.0",
66
"homepage": "http://jamesflorentino.github.com/nanoScrollerJS/",
77
"author": {
88
"name": "James Florentino",

0 commit comments

Comments
 (0)