Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Dec 14, 2011
1 parent 101d426 commit ca7fa3e
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
Expand Up @@ -12,7 +12,7 @@ var
PUT: "PUT"
};

exports.version = [0,3,1];
exports.version = [0,3,2];

/* ----------------------------------------------------------------------------*/
exports.createClient = function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "couchdb",
"version": "0.3.1",
"version": "0.3.2",
"directories": { "lib": "./lib" },
"main": "./lib/couchdb.js",
"author": "Nathan Stott",
Expand Down

0 comments on commit ca7fa3e

Please sign in to comment.