Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sroze committed Dec 2, 2014
1 parent 588647c commit 78770d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngInfiniteScroll",
"version": "1.1.2",
"version": "1.2.0",
"main": "build/ng-infinite-scroll.js",
"ignore": [
"**/.*",
Expand All @@ -12,6 +12,6 @@
".*"
],
"dependencies": {
"angular": ">=1.1.3"
"angular": ">=1.2.0"
}
}
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.2 - 2014-12-01 */
/* ng-infinite-scroll - v1.2.0 - 2014-12-02 */
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.2",
"version": "1.2.0",
"description": "Infinite scrolling for AngularJS",
"repository": {
"type": "git",
Expand Down

0 comments on commit 78770d7

Please sign in to comment.