Skip to content

Commit

Permalink
v1.7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilt committed Jun 19, 2019
1 parent d183273 commit 62c8bc6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,9 @@ Pull Rerquest should include source code (./scr) changes, may include tests (./t

## Change log

### v1.7.4
* Fixed jqLite/jQuery confrontation.

### v1.7.3
* Fixed some html-attributes and Adapter.reload argument parsing.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-ui-scroll",
"description": "AngularJS infinite scrolling module",
"version": "1.7.3",
"version": "1.7.4",
"main": "./dist/ui-scroll.js",
"homepage": "https://github.com/angular-ui/ui-scroll.git",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-ui-scroll",
"description": "AngularJS infinite scrolling module",
"version": "1.7.3",
"version": "1.7.4",
"src": "./src/",
"public": "./dist/",
"main": "./dist/ui-scroll.js",
Expand Down

0 comments on commit 62c8bc6

Please sign in to comment.