Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CMEONE committed Jun 23, 2021
1 parent 163eed2 commit d1416d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/tenvoy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
});

Expand Down
2 changes: 1 addition & 1 deletion tenvoy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
});

Expand Down

0 comments on commit d1416d6

Please sign in to comment.