We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea3b2b commit 6e2d68dCopy full SHA for 6e2d68d
History.md
@@ -1,3 +1,14 @@
1
+0.1.1 / 2014-02-04
2
+==================
3
+
4
+ * #5 fixed
5
6
+0.1.0 / 2013-10-07
7
8
9
+ * documentation cleanup
10
11
12
0.0.9 / 2013-10-07
13
==================
14
package.json
@@ -8,7 +8,7 @@
"express",
"middleware"
],
- "version": "0.1.0",
+ "version": "0.1.1",
"dependencies": {
"formidable": ">=1.0.11",
"imagemagick": ">=0.1.2",
@@ -28,6 +28,6 @@
28
"scripts": {
29
"test": "echo \"Error: no test specified\" && exit 1"
30
},
31
- "_id": "jquery-file-upload-middleware@0.1.0",
+ "_id": "jquery-file-upload-middleware@0.1.1",
32
"license": "MIT"
33
}
0 commit comments