From 5b09712e74643c04b90fc133063dfe7fb5d6572b Mon Sep 17 00:00:00 2001 From: Yaacov Zamir Date: Fri, 11 Oct 2019 11:28:43 +0300 Subject: [PATCH] bump bugfix versdion (#290) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a148a1c..0bfa31b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modbus-serial", - "version": "7.7.1", + "version": "7.7.2", "description": "A pure JavaScript implemetation of MODBUS-RTU (Serial and TCP) for NodeJS.", "main": "index.js", "scripts": {