Skip to content

Commit 50be531

Browse files
author
Julien M
committed
0.1.3
1 parent a4a2a77 commit 50be531

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Look in the API documentation you want to use, this is usually POST or PUT.
6969

7070
#### options.data
7171
Type: `Object`
72-
DefaultValue: `{}`
72+
Default value: `{}`
7373

7474
Any form data fields to be sent in addition to the file upload
7575

@@ -123,6 +123,7 @@ For now the upload is limited to 1 file per target. This could change if I find
123123
Also, it is not possible to add additional payload (no custom data).
124124

125125
## Release History
126+
- 0.1.3 - 2014-05-14: Added a headers option to send HTTP headers.
126127
- 0.1.2 - 2014-04-03: Updated Restler to latest (3.2.0) version.
127128
- 0.1.1 - 2014-04-03: Added a data option to pass other form data in addition to the uploaded file (PR from [mcondon](http://github.com/mcondon)).
128129
- 0.1.0 - 2013-10-30: Initial release. Supports only 1 multipart file upload.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-http-upload",
33
"description": "Grunt plugin to upload files through POST/PUT HTTP request",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"homepage": "https://github.com/DiscoverGrunt/grunt-http-upload",
66
"author": {
77
"name": "Julien M",

0 commit comments

Comments
 (0)