Skip to content

Commit

Permalink
v4.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Nov 20, 2019
1 parent 14b9f0b commit 1d257bb
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 = '4.2.8';
exports.version = '4.2.9';
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": "4.2.8",
"version": "4.2.9",
"description": "JS crypto library",
"keywords": [
"cipher",
Expand Down

0 comments on commit 1d257bb

Please sign in to comment.