Skip to content

Commit f9fe958

Browse files
committed
v1.0.7
1 parent 8227f2e commit f9fe958

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![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)
66
[![npm](https://img.shields.io/npm/dm/node-snap7.svg?label=dl)](https://www.npmjs.com/package/node-snap7)
77

8-
**Current node-snap7 version:** 1.0.6\
8+
**Current node-snap7 version:** 1.0.7\
99
**Current snap7 version:** 1.4.2
1010

1111
**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).\

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-snap7",
33
"main": "./lib/node-snap7.js",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"description": "Native node.js addon/wrapper for snap7",
66
"homepage": "https://github.com/mathiask88/node-snap7",
77
"repository": {
@@ -18,7 +18,7 @@
1818
"name": "Mathias Küsel"
1919
},
2020
"engines": {
21-
"node": ">=12"
21+
"node": ">=16"
2222
},
2323
"license": "MIT",
2424
"readmeFilename": "README.md",

0 commit comments

Comments
 (0)