Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Aug 10, 2013
1 parent d1b91d0 commit 42028c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.0.3 / 2013-08-10
==================

* status < 300 is not error response

0.0.2 / 2013-06-29
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "restful-client",
"version": "0.0.2",
"version": "0.0.3",
"description": "RESTFul api client base object. Usually use by some api client implementation.",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"debug": ">=0.7.2",
"urllib": ">=0.3.4"
"urllib": ">=0.4.4"
},
"devDependencies": {
"should": "*",
Expand Down

0 comments on commit 42028c3

Please sign in to comment.