Skip to content

Commit

Permalink
Merge pull request #110 from clamstew/master
Browse files Browse the repository at this point in the history
Update bower.json with current version 1.4.4
  • Loading branch information
johnculviner committed Oct 8, 2015
2 parents c53d76d + efad877 commit a2382d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ https://github.com/johnculviner/jquery.fileDownload/blob/master/src/Scripts/jque
* Internet Explorer 6+ - Works fine for standard use cases except in < IE9 JavaScript access to the *failed* response HTML doesn't (and can't) work reliably due to browser iframe constraints.
* Firefox 11+ - reasonably sure it will work on earlier versions
* Chrome 17+ - reasonably sure it will work on earlier versions
* iOS 5.0+ - reasonably sure it will work on earlier versions
* iOS 5.0+ - reasonably sure it will work on earlier versions
* Android 4.0+ - non-GET requests do not work due to a long-standing [bug](http://code.google.com/p/android/issues/detail?id=1780) in the Android browser. This is handled 'gracefully' with a message to the user.

###Demo (of this exact source):
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery.filedownload",
"name": "jquery-file-download",
"description":"jQuery File Download is a cross server platform compatible jQuery plugin that allows for an Ajax-like file download experience that is not normally possible using the web.",
"version":"1.4.1",
"version":"1.4.4",
"keywords": [
"download",
"ajax"
Expand Down

0 comments on commit a2382d9

Please sign in to comment.