Skip to content

Commit

Permalink
Bumped v3.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jul 17, 2015
1 parent e49211f commit ac4a967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ and that you can input to `generate`.
}
```
The only mandatory argument is `clientId`, as `generate` will throw if
If `protocolVersion` is 3, `clientId` is mandatory and `generate` will throw if
missing.
If `password` or `will.payload` are passed as strings, they will
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": "mqtt-packet",
"version": "3.2.0",
"version": "3.3.0",
"description": "Parse and generate MQTT packets like a breeze",
"main": "mqtt.js",
"contributors": [
Expand Down

0 comments on commit ac4a967

Please sign in to comment.