From 64b16ed266bb9c50ec9083962705506fbd11b681 Mon Sep 17 00:00:00 2001 From: Jared Hanson Date: Tue, 1 Apr 2014 14:11:04 -0700 Subject: [PATCH] Bump version to 0.2.0. --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e517a06..8b3771c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crane", - "version": "0.1.0", + "version": "0.2.0", "description": "Diligent work queue for Node.js.", "keywords": [ "queue", @@ -8,7 +8,8 @@ "job", "task", "work", - "worker" + "worker", + "amqp" ], "author": { "name": "Jared Hanson",