Skip to content

Commit efe6040

Browse files
committed
fix for #58
1 parent feb57b2 commit efe6040

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.1.7 / 2014-10-09
2+
==================
3+
4+
* #58 improved support for IE9
5+
16
0.1.6 / 2014-10-04
27
==================
38

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"express",
99
"middleware"
1010
],
11-
"version": "0.1.6",
11+
"version": "0.1.7",
1212
"dependencies": {
1313
"formidable": ">=1.0.11",
1414
"imagemagick": ">=0.1.2",
@@ -29,6 +29,6 @@
2929
"scripts": {
3030
"test": "echo \"Error: no test specified\" && exit 1"
3131
},
32-
"_id": "jquery-file-upload-middleware@0.1.6",
32+
"_id": "jquery-file-upload-middleware@0.1.7",
3333
"license": "MIT"
3434
}

0 commit comments

Comments
 (0)