Skip to content

Commit

Permalink
v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Oct 11, 2021
1 parent 135e7ba commit 34738cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bcrypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ exports.Whirlpool = require('./whirlpool');
exports.x25519 = require('./x25519');
exports.x448 = require('./x448');

exports.version = '5.4.0';
exports.version = '5.5.0';
exports.native = exports.SHA256.native;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bcrypto",
"version": "5.4.0",
"version": "5.5.0",
"description": "JS crypto library",
"keywords": [
"cipher",
Expand Down

0 comments on commit 34738cf

Please sign in to comment.