From 3bd7347eab988bc8304f1b935835c2bea86062ec Mon Sep 17 00:00:00 2001 From: Joe Ferner Date: Tue, 24 Jan 2012 11:12:32 -0500 Subject: [PATCH] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ed94a5..0ab79cf 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Wrapper around libwireshark providing network packet dissection", "keywords": ["pcap", "parser", "dissect", "wireshark", "packet", "network"], "homepage": "https://github.com/nearinfinity/node-shark", - "version": "0.0.2", + "version": "0.0.3", "engines": { "node" : ">=0.6.0" }, "maintainers": [ { "name": "Jeff Kunkle", "email": "jeff.kunkle@nearinfinity.com" },