Skip to content

Commit

Permalink
Updates the version bits.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltwaterC committed Aug 2, 2011
1 parent d64f499 commit 3f4343b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## v0.2.1
* Simple maintenance release for cleaning up the junk from the npm package.

## v0.2
* Internal change: simpler method for detecting a redirect.
* In order to follow the node.js callback convention, in case of success, the error argument is null, not undefined. This may break some existing code if the evaluation is made against 'undefined'.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "http-get",
"version": "0.2.0",
"version": "0.2.1",
"main": "./lib/http-get.js",
"description": "Simple to use node.js HTTP / HTTPS client for downloading remote files. Supports transparent gzip decoding.",
"dependencies": {
Expand Down

0 comments on commit 3f4343b

Please sign in to comment.