From c833dbf5d90b7a7c7efa14dbb986d321acc96342 Mon Sep 17 00:00:00 2001 From: Justin Tulloss Date: Mon, 23 May 2011 11:59:03 -0700 Subject: [PATCH] bump npm package to 0.5.0 and add latest contributors --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ab22da4..457c387 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zeromq", - "version": "0.4.1", + "version": "0.5.0", "description": "Bindings for node.js to zeromq", "main": "zeromq", "repository": { @@ -15,6 +15,8 @@ "Stéphan Kochen (http://stephan.kochen.nl/)", "Mike Castleman (http://mlcastle.net/)", "Matt Crocker", - "Jeremy Barnes (http://www.barneso.com/)" + "Jeremy Barnes (http://www.barneso.com/)", + "Rick (http://techno-weenie.net/)", + "Corey Jewett (http://syntheticplayground.com/)" ] }