version bump

This commit is contained in:
Mark Cavage 2012-01-06 15:11:54 -08:00
parent f8c46a4c20
commit 0cee804daf
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
"name": "ldapjs",
"homepage": "http://ldapjs.org",
"description": "LDAP client and server APIs",
"version": "0.4.2",
"version": "0.4.3",
"repository": {
"type": "git",
"url": "git://github.com/mcavage/node-ldapjs.git"
@ -22,15 +22,15 @@
"node": ">=0.4"
},
"dependencies": {
"asn1": "0.1.10",
"asn1": "0.1.11",
"buffertools": "1.0.6",
"dtrace-provider": "0.0.3",
"nopt": "1.0.10",
"sprintf": "0.1.1"
},
"devDependencies": {
"tap": "0.1.3",
"node-uuid": "1.3.1"
"tap": "0.1.4",
"node-uuid": "1.3.3"
},
"scripts": {
"test": "./node_modules/.bin/tap ./tst"