From f9fe9581e3014263d06bb3c4fb7a893ee0696911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20K=C3=BCsel?= Date: Fri, 24 Nov 2023 18:27:37 +0100 Subject: [PATCH] v1.0.7 --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a0d227..4e8abf5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Test and Release](https://github.com/mathiask88/node-snap7/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/mathiask88/node-snap7/actions/workflows/test-and-release.yml) [![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.6\ +**Current node-snap7 version:** 1.0.7\ **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 2f0bff7..dd1b551 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-snap7", "main": "./lib/node-snap7.js", - "version": "1.0.6", + "version": "1.0.7", "description": "Native node.js addon/wrapper for snap7", "homepage": "https://github.com/mathiask88/node-snap7", "repository": { @@ -18,7 +18,7 @@ "name": "Mathias Küsel" }, "engines": { - "node": ">=12" + "node": ">=16" }, "license": "MIT", "readmeFilename": "README.md",