Skip to content

Commit

Permalink
Update bower.json with current version 1.4.4
Browse files Browse the repository at this point in the history
* current version 1.4.4 found in src/Scripts/jquery.fileDownload.js
* update bower.json name attr to the name found on the bower.io registry for this repo
* remove a trailing whitespace in README.md
  • Loading branch information
Clay Stewart committed Oct 8, 2015
1 parent c53d76d commit efad877
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 efad877

Please sign in to comment.