Skip to content

Commit

Permalink
Bumped 0.13.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jan 30, 2016
1 parent 986c3f5 commit 2c91c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ The constructor can be given an optional options object, containing one of the f
* `multicastAddress`: Optional. Use this in order to force server to listen on multicast address
* `multicastInterface`: Optional. Use this in order to force server to listen on multicast interface. This is only applicable
if `multicastAddress` is set. If absent, server will try to listen `multicastAddress` on all available interfaces

* `piggybackReplyMs`: set the number of milliseconds to wait for a
biggyback response. Default 50.

#### Event: 'request'

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": "coap",
"version": "0.13.0",
"version": "0.13.1",
"description": "A CoAP library for node modelled after 'http'",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2c91c8f

Please sign in to comment.