From 11bc91eac89843e43641dd8075f8f8bd09d0ff25 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 17 Jul 2013 12:10:04 +0100 Subject: [PATCH] Bumped v0.11.1. Updated HISTORY. --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index e61e6d2..331f5a8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,11 @@ History ======= +## 0.11.1 + +* Reverted "Handling of duplicate topics "/hello/world" and "hello/world" on + MQTT, which are the same." + ## 0.11.0 * MQTTAscolatore should send a `clientId.length` < 23 chars #73. diff --git a/package.json b/package.json index 0bc2794..9c46159 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ascoltatori", - "version": "0.11.0", + "version": "0.11.1", "description": "The pub/sub library for node backed by Redis, MongoDB, AMQP (RabbitMQ), ZeroMQ, MQTT (Mosquitto) or just plain node!", "main": "index.js", "scripts": {