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._ensure(len);
ber._buf.write(s, ber._offset); ber._buf.write(s, ber._offset);
ber._offset += len; ber._offset += len;
} }
return ber; return ber;
}; };

View File

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