From fc745462eb19c3df973209d6ce420cc155e8c6c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20K=C3=BCsel?= Date: Sun, 30 May 2021 13:04:05 +0200 Subject: [PATCH] 1.0.6 --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b724460..4620dd3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![AppVeyor](https://img.shields.io/appveyor/ci/mathiask88/node-snap7.svg?logo=appveyor&label=)](https://ci.appveyor.com/project/mathiask88/node-snap7) [![npm](https://img.shields.io/npm/dm/node-snap7.svg?label=dl)](https://www.npmjs.com/package/node-snap7) -**Current node-snap7 version:** 1.0.5\ +**Current node-snap7 version:** 1.0.6\ **Current snap7 version:** 1.4.2 **In my spare time I am working on a [node-addon-api](https://github.com/nodejs/node-addon-api) rewrite and want to switch from [prebuild-install](https://github.com/prebuild/prebuild-install) to [prebuildify](https://github.com/prebuild/prebuildify).\ diff --git a/package.json b/package.json index 7511bfd..caad798 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-snap7", "main": "./lib/node-snap7.js", - "version": "1.0.5", + "version": "1.0.6", "description": "Native node.js addon/wrapper for snap7", "homepage": "https://github.com/mathiask88/node-snap7", "repository": { @@ -25,7 +25,7 @@ "dependencies": { "nan": "~2.14.1", "bindings": "~1.5.0", - "prebuild-install": "^5.3.5" + "prebuild-install": "^6.1.2" }, "devDependencies": { "prebuild": "^10.0.0",