Skip to content

Commit 17bdc71

Browse files
committed
1.0.5
1 parent 486b268 commit 17bdc71

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# node-snap7
2-
<!---
3-
[![NPM](https://nodei.co/npm/node-snap7.png?downloads=true)](https://nodei.co/npm/node-snap7/) [![NPM](https://nodei.co/npm-dl/node-snap7.png?months=1)](https://nodei.co/npm/node-snap7/)
4-
--->
5-
[![Build Status](https://travis-ci.org/mathiask88/node-snap7.svg?branch=master)](https://travis-ci.org/mathiask88/node-snap7)
6-
[![Build status](https://ci.appveyor.com/api/projects/status/ca1kepectsn3wkrc/branch/master?svg=true)](https://ci.appveyor.com/project/mathiask88/node-snap7/branch/master)
7-
[![dependencies Status](https://david-dm.org/mathiask88/node-snap7/status.svg)](https://david-dm.org/mathiask88/node-snap7)
8-
9-
**Current node-snap7 version:** 1.0.4\
2+
3+
[![npm](https://img.shields.io/npm/v/node-snap7.svg?label=&logo=npm)](https://www.npmjs.com/package/node-snap7)
4+
[![Node version](https://img.shields.io/node/v/node-snap7.svg)](https://www.npmjs.com/package/node-snap7)
5+
[![Travis](https://img.shields.io/travis/mathiask88/node-snap7.svg?logo=travis&label=)](https://travis-ci.com/mathiask88/node-snap7)
6+
[![AppVeyor](https://img.shields.io/appveyor/ci/mathiask88/node-snap7.svg?logo=appveyor&label=)](https://ci.appveyor.com/project/mathiask88/node-snap7)
7+
[![npm](https://img.shields.io/npm/dm/node-snap7.svg?label=dl)](https://www.npmjs.com/package/node-snap7)
8+
9+
**Current node-snap7 version:** 1.0.5\
1010
**Current snap7 version:** 1.4.2
1111

1212
**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: 1 addition & 1 deletion
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.4",
4+
"version": "1.0.5",
55
"description": "Native node.js addon/wrapper for snap7",
66
"homepage": "https://github.com/mathiask88/node-snap7",
77
"repository": {

0 commit comments

Comments
 (0)