Skip to content

Commit

Permalink
Updating files for v2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Caligatio committed Oct 31, 2015
1 parent f2f7283 commit 03f898d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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!)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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" : {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 03f898d

Please sign in to comment.