diff --git a/README.md b/README.md index 99f66e5..4b83c03 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # NcryptJs -[![Build Status](https://travis-ci.com/ajimae/ncrypt-js.svg?branch=master)](https://travis-ci.com/ajimae/ncrypt-js) [![Coverage Status](https://coveralls.io/repos/github/ajimae/ncrypt-js/badge.svg)](https://coveralls.io/github/ajimae/ncrypt-js) +[![Build Status](https://travis-ci.com/ajimae/ncrypt-js.svg?branch=master)](https://travis-ci.com/ajimae/ncrypt-js) [![Coverage Status](https://coveralls.io/repos/github/ajimae/ncrypt-js/badge.svg)](https://coveralls.io/github/ajimae/ncrypt-js) ![NPM](https://img.shields.io/npm/l/ncrypt-js) + +![GitHub release (latest by date)](https://img.shields.io/github/v/release/ajimae/ncrypt-js) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ajimae/ncrypt-js) ![GitHub issues](https://img.shields.io/github/issues/ajimae/ncrypt-js) **_NcryptJs_** is a light weight javascript data encryption and decryption library. This library implements the nodejs default crypto functionality as a mid-channel cipher in addition to a simple and elegant custom data encoding and encryption algorithm. diff --git a/package-lock.json b/package-lock.json index d1b4271..49ba006 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ncrypt-js", - "version": "1.0.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c65071..1313543 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ncrypt-js", - "version": "1.0.1", + "version": "2.0.0", "description": "a light weight javascript data encryption and decryption library", "main": "dist/index.js", "scripts": {