From 3585dd176bb7d2b8da0b7674cc1acb920d0be9a0 Mon Sep 17 00:00:00 2001 From: Jonathan Muller Date: Tue, 12 Sep 2017 16:33:14 +0200 Subject: [PATCH] 2.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e13daa..41ff514 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carotte-amqp", - "version": "2.1.0", + "version": "2.2.0", "description": "AMQP wrapper for the carotte microservice framework", "main": "src/index.js", "repository": "https://github.com/cubyn/node-carotte-amqp",