diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | bower.json | 5 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -1,7 +1,7 @@ ------------------------- jsSHA - ChangeLog ------------------------- -2.0.0 (2015-XX-XX) +2.0.0 (2015-06-13) ========================= - Completely reworked API to support streaming inputs - Exceptions now throw Errors instead of strings (thanks jclem!) @@ -1,6 +1,6 @@ { "name" : "jsSHA", - "version" : "1.6.0", + "version" : "2.0.0", "description" : "jsSHA is a JavaScript implementation of the entire family of SHA hashes as defined in FIPS 180-2 (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) as well as HMAC", "main" : "src/sha.js", "repository" : { @@ -32,4 +32,5 @@ "test", "src/sha_dev.js" ] -}
\ No newline at end of file +} + diff --git a/package.json b/package.json index 3826997..cd34416 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jssha", - "version": "1.6.0", + "version": "2.0.0", "description": "jsSHA is a JavaScript implementation of the entire family of SHA hashes as defined in FIPS 180-2 (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) as well as HMAC", "main": "src/sha.js", "repository": { |