Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiask88 committed May 30, 2021
1 parent ca795d7 commit fc74546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).\
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit fc74546

Please sign in to comment.