version bump

This commit is contained in:
Mark Cavage 2013-01-29 18:38:39 +00:00
parent dc359215aa
commit 0535dd8534
2 changed files with 7 additions and 7 deletions

View File

@ -82,7 +82,7 @@ ModifyDNRequest.prototype._toBer = function (ber) {
ber._ensure(len);
ber._buf.write(s, ber._offset);
ber._offset += len;
}
}
return ber;
};

View File

@ -10,7 +10,7 @@
"name": "ldapjs",
"homepage": "http://ldapjs.org",
"description": "LDAP client and server APIs",
"version": "0.5.7",
"version": "0.5.8",
"repository": {
"type": "git",
"url": "git://github.com/mcavage/node-ldapjs.git"
@ -27,14 +27,14 @@
"asn1": "0.1.11",
"assert-plus": "0.1.2",
"buffertools": "1.1.0",
"bunyan": "0.14.0",
"dtrace-provider": "0.2.1",
"nopt": "1.0.10",
"bunyan": "0.18.2",
"dtrace-provider": "0.2.7",
"nopt": "2.1.1",
"pooling": "0.3.2"
},
"devDependencies": {
"tap": "0.3.1",
"node-uuid": "1.3.3"
"tap": "0.4.0",
"node-uuid": "1.4.0"
},
"scripts": {
"test": "./node_modules/.bin/tap ./test"