From 4df285087f85edc8f11df233f7f827648d2a04af Mon Sep 17 00:00:00 2001 From: yaacov Date: Fri, 9 Feb 2018 16:55:24 +0200 Subject: [PATCH] bump bugfix version to 7.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71ac756..c5e27d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modbus-serial", - "version": "7.1.4", + "version": "7.1.5", "description": "A pure JavaScript implemetation of MODBUS-RTU (Serial and TCP) for NodeJS.", "main": "index.js", "scripts": {