Skip to content

Commit

Permalink
v1.1.1 - fix builds and readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-p-r committed Nov 27, 2017
1 parent b08c80e commit c15e6cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# napi-crypto

[![Build Status](https://travis-ci.org/simon-p-r/napi-crypto.svg?branch=master)](https://travis-ci.org/simon-p-r/napi-crypto)

[![Windows Build Status](https://img.shields.io/appveyor/ci/simon-p-r/napi-crypto/master.svg?label=windows&style=flat-square&maxAge=2592000)](https://ci.appveyor.com/project/simon-p-r/napi-crypto)
[![Current Version](https://img.shields.io/npm/v/napi-crypto.svg?maxAge=1000)](https://www.npmjs.org/package/napi-crypto)
[![dependency Status](https://img.shields.io/david/simon-p-r/napi-crypto.svg?maxAge=1000)](https://david-dm.org/simon-p-r/napi-crypto)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "napi-crypto",
"version": "1.1.0",
"version": "1.1.1",
"description": "napi bindings for openssl crypto tools ",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit c15e6cf

Please sign in to comment.