Skip to content

Commit

Permalink
v5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Nov 30, 2023
1 parent 4c6803a commit b1c4d94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/bcrypto.js
Expand Up @@ -94,5 +94,5 @@ exports.Whirlpool = require('./whirlpool');
exports.x25519 = require('./x25519');
exports.x448 = require('./x448');

exports.version = '5.5.1';
exports.version = '5.5.2';
exports.native = exports.SHA256.native;
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bcrypto",
"version": "5.5.1",
"version": "5.5.2",
"description": "JS crypto library",
"keywords": [
"cipher",
Expand Down

0 comments on commit b1c4d94

Please sign in to comment.