Skip to content

Commit 4c0cfe7

Browse files
author
Julien M
committed
0.1.5
1 parent 7c015d5 commit 4c0cfe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +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.4 - 2014-05-25: Upload success on all 2XX codes (PR from [Shane Smith](http://github.com/shanesmith)).
126+
- 0.1.4/0.1.5 - 2014-05-25: Upload success on all 2XX codes (PR from [Shane Smith](http://github.com/shanesmith)) + Fix.
127127
- 0.1.3 - 2014-05-14: Added a headers option to send HTTP headers (PR from [Andrey Okonetchnikov](http://github.com/okonet)).
128128
- 0.1.2 - 2014-04-03: Updated Restler to latest (3.2.0) version.
129129
- 0.1.1 - 2014-04-03: Added a data option to pass other form data in addition to the uploaded file (PR from [Micah Condon](http://github.com/mcondon)).

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.4.1",
4+
"version": "0.1.5",
55
"homepage": "https://github.com/DiscoverGrunt/grunt-http-upload",
66
"author": {
77
"name": "Julien M",

0 commit comments

Comments
 (0)