Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Bumped 0.19.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jan 29, 2015
1 parent 4826df9 commit 2c67466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ settings = {
type: 'mqtt',
json: false,
mqtt: require('mqtt'),
host: '127.0.0.1',
port: 1883
url: 'mqtt://127.0.0.1:1883'
};

ascoltatori.build(settings, function (ascoltatore) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ascoltatori",
"version": "0.18.0",
"version": "0.19.0",
"description": "The pub/sub library for node backed by Redis, MongoDB, AMQP (RabbitMQ), ZeroMQ, MQTT (Mosquitto) or just plain node!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2c67466

Please sign in to comment.