Skip to content

Commit

Permalink
Update link to the live demos webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Jan 9, 2016
1 parent 84d4bbd commit 74fe9e3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $(".spacious-container").floatingScroll("destroy");

### Live demos

You may find some demos of use the floatingScroll plugin [here](http://amphiluke.github.io/jquery-plugins/floatingscroll/).
You may find some demos of use the floatingScroll plugin [here](http://amphiluke.github.io/floating-scroll/).

### Previous versions

Expand Down
2 changes: 1 addition & 1 deletion floating-scroll.jquery.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "floating-scroll",
"title": "floatingScroll",
"version": "2.2.0",
"version": "2.2.1",
"description": "A lightweight jQuery plugin providing floating scrollbar functionality",
"keywords": [
"scrollbar",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floating-scroll",
"version": "2.2.0",
"version": "2.2.1",
"description": "A lightweight jQuery plugin providing floating scrollbar functionality",
"main": "src/jquery.floatingscroll.js",
"style": "src/jquery.floatingscroll.css",
Expand Down
4 changes: 2 additions & 2 deletions src/jquery.floatingscroll.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*!
* jQuery floatingScroll Plugin v2.2.0
* jQuery floatingScroll Plugin v2.2.1
* supported by jQuery v1.4.3+
*
* https://github.com/Amphiluke/floating-scroll
* http://amphiluke.github.io/jquery-plugins/floatingscroll/
* http://amphiluke.github.io/floating-scroll/
*
* Copyright (c) 2011-2016 Amphiluke
*/
Expand Down
2 changes: 1 addition & 1 deletion src/jquery.floatingscroll.min.js

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

0 comments on commit 74fe9e3

Please sign in to comment.