Skip to content

Commit aa62fac

Browse files
committed
bump nan version
1 parent dbedad3 commit aa62fac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Build status](https://ci.appveyor.com/api/projects/status/ca1kepectsn3wkrc/branch/master?svg=true)](https://ci.appveyor.com/project/mathiask88/node-snap7/branch/master)
77
[![dependencies Status](https://david-dm.org/mathiask88/node-snap7/status.svg)](https://david-dm.org/mathiask88/node-snap7)
88

9-
**Current node-snap7 version:** 0.4.0\
9+
**Current node-snap7 version:** 0.4.1\
1010
**Current snap7 version:** 1.4.2
1111

1212
## About

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": "0.4.0",
4+
"version": "0.4.1",
55
"description": "Native node.js addon/wrapper for snap7",
66
"homepage": "https://github.com/mathiask88/node-snap7",
77
"repository": {
@@ -23,7 +23,7 @@
2323
"license": "MIT",
2424
"readmeFilename": "README.md",
2525
"dependencies": {
26-
"nan": "~2.7.0",
26+
"nan": "~2.8.0",
2727
"bindings": "~1.3.0",
2828
"prebuild-install": "^2.2.0"
2929
},

0 commit comments

Comments
 (0)