summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Turek <brian.turek@gmail.com>2015-10-31 09:53:32 -0400
committerBrian Turek <brian.turek@gmail.com>2015-10-31 09:53:32 -0400
commit03f898d654cc83f952a16e2372a89a3ebadae435 (patch)
tree56aaa0eb561e61ec414bc08f45c405bbf8ccaa1a
parentf2f728328520c04cbe7f148afc030e2c8c9cd6ad (diff)
downloadjsSHA-03f898d654cc83f952a16e2372a89a3ebadae435.zip
jsSHA-03f898d654cc83f952a16e2372a89a3ebadae435.tar.gz
jsSHA-03f898d654cc83f952a16e2372a89a3ebadae435.tar.bz2
Updating files for v2.0.2 releasev2.0.2
-rw-r--r--CHANGELOG2
-rw-r--r--bower.json2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a3c50ae..f81d5ff 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
-------------------------
jsSHA - ChangeLog
-------------------------
-2.0.2 (XXXX-XX-XX)
+2.0.2 (2015-10-31)
=========================
- Fixed inability to have a blank "b64Pad" (thanks xlc!)
- Added file hashing test (thanks kofalt!)
diff --git a/bower.json b/bower.json
index 05bba54..da8c8a5 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name" : "jsSHA",
- "version" : "2.0.1",
+ "version" : "2.0.2",
"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 635ab20..923d476 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "jssha",
- "version": "2.0.1",
+ "version": "2.0.2",
"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": {