Skip to content

Commit 775be80

Browse files
committed
0.3.2
1 parent a66b965 commit 775be80

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
@@ -138,7 +138,7 @@ You should fork this repo, and issue a Pull Request with your proposed changes.
138138
For now the upload is limited to 1 file per target. This could change if I find a scenario needing it.
139139

140140
## Release History
141-
- 0.3.1 - 2016-10-18: Use [Request](https://github.com/request/request) instead of [Restler](https://github.com/danwrong/restler), which throws some [deprecation warning](https://github.com/DiscoverGrunt/grunt-http-upload/issues/12) on Node >= 6.0.0, and its project page seems dead. Request seems a pretty good alternative anyway.
141+
- 0.3.2 - 2016-10-18: Use [Request](https://github.com/request/request) instead of [Restler](https://github.com/danwrong/restler), which throws some [deprecation warning](https://github.com/DiscoverGrunt/grunt-http-upload/issues/12) on Node >= 6.0.0, and its project page seems dead. Request seems a pretty good alternative anyway.
142142
- 0.2.0 - 2016-03-01: Straight bump to 0.2.0 with updated Restler (3.4.0) dependency and Grunt 1.0 compatibility. Yo.
143143
- 0.1.8 - 2015-01-12: Happy New Year! Now gives more information on unknown error (like when there's no connectivity), rather than `null` (PR from [Marcus](https://github.com/marcusds)).
144144
- 0.1.7 - 2014-12-30: Add onComplete as an optional callback function used to process server's response (PR from [Remigiusz Jackowski](https://github.com/remiq)).

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

0 commit comments

Comments
 (0)