Skip to content

Commit

Permalink
v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Dec 16, 2011
1 parent 84c1fef commit d4ab026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/couchdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var
PUT: "PUT"
};

exports.version = [0,3,5];
exports.version = [0,3,6];

/* ----------------------------------------------------------------------------*/
exports.createClient = function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "couchdb",
"version": "0.3.5",
"version": "0.3.6",
"directories": { "lib": "./lib" },
"main": "./lib/couchdb.js",
"author": "Nathan Stott",
Expand Down

0 comments on commit d4ab026

Please sign in to comment.