diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7a193..d2ae732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.7.7 - 2014-09-10 + +* Fixed a bug in password generation with 4-byte length characters +* Some optimization and reorganization in the hash algorithm code + 0.7.6 - 2014-08-28 * Some optimization/simplification of a few key functions diff --git a/manifest.json b/manifest.json index cd35a05..e6529bc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "name": "PasswordMaker Pro", "short_name": "PasswordMaker Pro", - "version": "0.7.6", + "version": "0.7.7", "manifest_version": 2, - "description": "Generate unique passwords for every website using a cryptographic hash algorithm of your choice - Compatible with passwordmaker.org", + "description": "Flexible password generator using a cryptographic hash algorithm of your choice - Compatible with PasswordMaker.org", "homepage_url": "https://github.com/passwordmaker/chrome-passwordmaker", "icons": { "16": "images/passwdmaker16.png",