From 2c91c8ff34da06eb68cbfc353bf766c8c87ea54d Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Sat, 30 Jan 2016 16:25:00 +0100 Subject: [PATCH] Bumped 0.13.1. --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57e14ae8..0a44b429 100644 --- a/README.md +++ b/README.md @@ -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' diff --git a/package.json b/package.json index b99a41cf..2bbe4579 100644 --- a/package.json +++ b/package.json @@ -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": {