Skip to content

Commit 6e2d68d

Browse files
committed
0.1.1, fixes aguidrevitch#5
1 parent 3ea3b2b commit 6e2d68d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

History.md

+11
Original file line numberDiff line numberDiff line change
@@ -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+
112
0.0.9 / 2013-10-07
213
==================
314

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.0",
11+
"version": "0.1.1",
1212
"dependencies": {
1313
"formidable": ">=1.0.11",
1414
"imagemagick": ">=0.1.2",
@@ -28,6 +28,6 @@
2828
"scripts": {
2929
"test": "echo \"Error: no test specified\" && exit 1"
3030
},
31-
"_id": "jquery-file-upload-middleware@0.1.0",
31+
"_id": "jquery-file-upload-middleware@0.1.1",
3232
"license": "MIT"
3333
}

0 commit comments

Comments
 (0)