diff --git a/bower.json b/bower.json index 7197566..9ff1b65 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name" : "jsSHA", - "version" : "2.2.0", + "version" : "2.3.0", "description" : "jsSHA is a JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, and SHAKE256) as well as HMAC", "main" : "src/sha.js", "repository" : { diff --git a/package.json b/package.json index 59e6f1a..6f92177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jssha", - "version": "2.2.0", + "version": "2.3.0", "description": "jsSHA is a JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, and SHAKE256) as well as HMAC", "main": "src/sha.js", "repository": {