From 9a70f871f29b09bdddc0d2ec657f9bf74eb99c40 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Sat, 16 Aug 2014 16:18:27 +1000 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7e9b25..c0974f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "worker-farm", "description": "Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.", - "version": "0.3.1", + "version": "1.0.0", "homepage": "https://github.com/rvagg/node-worker-farm", "authors": [ "Rod Vagg @rvagg (https://github.com/rvagg)"