diff options
author | Brian Turek <brian.turek@gmail.com> | 2015-06-13 07:43:22 -0400 |
---|---|---|
committer | Brian Turek <brian.turek@gmail.com> | 2015-06-13 07:43:22 -0400 |
commit | 1c8b1a3fd7b0f2f981602017cd2163c65e692432 (patch) | |
tree | c07f10a214e2082b6d03281d24caca21fe8df67f | |
parent | df714a1fa91b8c2cfbc445e435d407c699390f36 (diff) | |
download | jsSHA-1c8b1a3fd7b0f2f981602017cd2163c65e692432.zip jsSHA-1c8b1a3fd7b0f2f981602017cd2163c65e692432.tar.gz jsSHA-1c8b1a3fd7b0f2f981602017cd2163c65e692432.tar.bz2 |
Changed bower and NPM files for 2.0.0v2.0.0
-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": { |