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

Commit

Permalink
Bumped v1.0.0-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jan 18, 2016
1 parent 260b802 commit 06c4af2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Mosca   [![Build Status](https://travis-ci.org/mcollina/mosca.png
* <a href="https://github.com/mcollina/mosca/wiki/Mosca-as-a-standalone-service.">Standalone</a>
* <a href="https://github.com/mcollina/mosca/wiki/Mosca-basic-usage">Embedded in another Node.js application</a>

Version 1.0.0+ targets node v0.12, v4 and v5, with partial support for node v0.10.

## Features

* MQTT 3.1 and 3.1.1 compliant.
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mosca",
"version": "0.32.1",
"version": "1.0.0-pre1",
"description": "MQTT broker as a module",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"engines": {
"node": ">= 0.12",
"iojs": "< 3.0.0"
"iojs": "< 4"
},
"keywords": [
"mqtt",
Expand Down Expand Up @@ -99,7 +99,6 @@
},
"optionalDependencies": {
"leveldown": "~1.4.3",
"nan": "~2.0.5",
"zmq": "~2.14.0",
"amqp": "~0.2.4",
"redis": "~2.4.2",
Expand Down

0 comments on commit 06c4af2

Please sign in to comment.