From d1416d6f310df025a0d99f2a0438e22b36d6ee24 Mon Sep 17 00:00:00 2001 From: CMEONE Date: Wed, 23 Jun 2021 09:00:34 -0700 Subject: [PATCH] Version bump --- node/tenvoy.js | 2 +- tenvoy.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node/tenvoy.js b/node/tenvoy.js index 4cc880e3..94b6bd6c 100644 --- a/node/tenvoy.js +++ b/node/tenvoy.js @@ -16,7 +16,7 @@ function tEnvoy(openpgpRef = openpgp, naclRef = nacl, sha256Ref = sha256) { Object.defineProperty(this, "version", { get: () => { - return "v7.0.5"; + return "v7.0.6"; } }); diff --git a/tenvoy.js b/tenvoy.js index 19be8cae..62ef0e05 100644 --- a/tenvoy.js +++ b/tenvoy.js @@ -46033,7 +46033,7 @@ function tEnvoy(openpgpRef = openpgp, naclRef = nacl, sha256Ref = sha256) { Object.defineProperty(this, "version", { get: () => { - return "v7.0.5"; + return "v7.0.6"; } });