Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sroze committed Apr 3, 2014
1 parent 8a08f4f commit 79e0cd2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngInfiniteScroll",
"version": "1.0.1",
"version": "1.1.0",
"main": "build/ng-infinite-scroll.js",
"dependencies": {
"angular": ">=1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion build/ng-infinite-scroll.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* ng-infinite-scroll - v1.0.1 - 2014-03-27 */
/* ng-infinite-scroll - v1.1.0 - 2014-04-03 */
var mod;

mod = angular.module('infinite-scroll', []);
Expand Down
2 changes: 1 addition & 1 deletion build/ng-infinite-scroll.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-infinite-scroll",
"version": "1.0.1",
"version": "1.1.0",
"description": "Infinite scrolling for AngularJS",
"repository": {
"type": "git",
Expand Down

1 comment on commit 79e0cd2

@kristianmandrup
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice if the repo came with one or two working examples that could be run and the code examined ;)

Please sign in to comment.