summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Turek <brian.turek@gmail.com>2015-06-25 17:18:26 -0400
committerBrian Turek <brian.turek@gmail.com>2015-06-25 17:18:26 -0400
commita11967ec84b0f30097ddabf6280cbb8d52d81f65 (patch)
tree88ff20240468c48e240ea931fff43e9d8d706108
parentd0f93c2f054eecfeb359f5dfb4cb9c4dc1d3c209 (diff)
downloadjsSHA-a11967ec84b0f30097ddabf6280cbb8d52d81f65.zip
jsSHA-a11967ec84b0f30097ddabf6280cbb8d52d81f65.tar.gz
jsSHA-a11967ec84b0f30097ddabf6280cbb8d52d81f65.tar.bz2
Updating bower and npm config files for v2.0.1v2.0.1
-rw-r--r--bower.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index 4bb6d4e..05bba54 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name" : "jsSHA",
- "version" : "2.0.0",
+ "version" : "2.0.1",
"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 cd34416..635ab20 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "jssha",
- "version": "2.0.0",
+ "version": "2.0.1",
"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": {