Skip to content

Commit

Permalink
Released 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sroze committed May 21, 2014
1 parent 5ca4215 commit 1d6360d
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.1.1",
"version": "1.1.2",
"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.1.1 - 2014-05-15 */
/* ng-infinite-scroll - v1.1.2 - 2014-05-21 */
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.1.1",
"version": "1.1.2",
"description": "Infinite scrolling for AngularJS",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1d6360d

Please sign in to comment.