From 163392cd28cf72afa069200aaf781dccf59c4908 Mon Sep 17 00:00:00 2001 From: nbarikipoulos Date: Mon, 5 Oct 2020 01:40:36 +0200 Subject: [PATCH] v2.0.1 --- doc/api.md | 2 +- index.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api.md b/doc/api.md index bb8300a..268c216 100644 --- a/doc/api.md +++ b/doc/api.md @@ -14,7 +14,7 @@ a (de)ciphering object. Note default settings use aes-256-crt ciphering. **See**: [https://nodejs.org/api/crypto.html](https://nodejs.org/api/crypto.html) for further information. -**Version**: 2.0.0 +**Version**: 2.0.1 * [json-cipher-value](#module_json-cipher-value) * _static_ diff --git a/index.js b/index.js index 32b61c6..e6c65c0 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ * Note default settings use aes-256-crt ciphering. * * @module json-cipher-value - * @version 2.0.0 + * @version 2.0.1 * @see {@link https://nodejs.org/api/crypto.html} for further information. */ diff --git a/package.json b/package.json index b7360bb..6cee00b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-cipher-value", - "version": "2.0.0", + "version": "2.0.1", "description": "Recursively (de)ciphering values of object retaining their types.", "bin": { "cipher-json": "./bin/cli.js"