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