Skip to content

Commit eb50da9

Browse files
committed
bumped version
1 parent 8b8c00f commit eb50da9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Infinite Ajax Scroll 2
2-
======================
1+
Infinite Ajax Scroll
2+
====================
33

44
A jQuery plugin to turn your paginated pages into infinite scrolling pages with ease.
55

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "jquery-ias",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"homepage": "http://infiniteajaxscroll.com",
5-
"main": "src/jquery.ias.js",
5+
"main": "src/jquery-ias.js",
66
"ignore": [
77
"**/.*",
88
"node_modules",

ias.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ias",
33
"title": "Infinite Ajax Scroll",
44
"description": "jQuery plugin that progressively enhances your server-side pagination",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"homepage": "http://infiniteajaxscroll.com",
77
"download": "http://infiniteajaxscroll.com/download.html",
88
"docs": "http://infiniteajaxscroll.com/docs/getting-started.html",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-ias",
33
"title": "Infinite Ajax Scroll",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"description": "A jQuery plugin that turns your server-side pagination into an infinite scrolling one using AJAX",
66
"homepage": "http://infiniteajaxscroll.com",
77
"main": "src/jquery-ias.js",

0 commit comments

Comments
 (0)