diff options
author | Brian Turek <brian.turek@gmail.com> | 2016-05-08 08:26:49 -0400 |
---|---|---|
committer | Brian Turek <brian.turek@gmail.com> | 2016-05-08 08:26:49 -0400 |
commit | 80c50a7e4ac32dd57b20a83ea2c91f92360fe266 (patch) | |
tree | 997ee3fe7c43814a833bc74aeba09effc9dcc4c7 | |
parent | 5de161ba5c6366c581c35d625b55da57d621e7a0 (diff) | |
download | jsSHA-80c50a7e4ac32dd57b20a83ea2c91f92360fe266.zip jsSHA-80c50a7e4ac32dd57b20a83ea2c91f92360fe266.tar.gz jsSHA-80c50a7e4ac32dd57b20a83ea2c91f92360fe266.tar.bz2 |
Upped version number
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ { "name" : "jsSHA", - "version" : "2.0.2", + "version" : "2.1.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" : { diff --git a/package.json b/package.json index 923d476..9bb4f96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jssha", - "version": "2.0.2", + "version": "2.1.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": { |