diff --git a/README.md b/README.md index 3c32558..5546dca 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ Versions --------
+
0.4.1
+
hotfix for missing ;
0.4
syntax and performance cleanups
0.3
diff --git a/bower.json b/bower.json index ca39e5f..ba6593a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "strengthify", - "version": "0.4.0", + "version": "0.4.1", "homepage": "https://github.com/MorrisJobke/strengthify", "authors": [ "Morris Jobke " diff --git a/jquery.strengthify.js b/jquery.strengthify.js index c809e4b..21f5fa8 100644 --- a/jquery.strengthify.js +++ b/jquery.strengthify.js @@ -2,7 +2,7 @@ * Strengthify - show the weakness of a password (uses zxcvbn for this) * https://github.com/kabum/strengthify * - * Version: 0.3 + * Version: 0.4.1 * Author: Morris Jobke (github.com/kabum) * * License: @@ -125,7 +125,7 @@ $container.css('width', 0); } - }) + }); }); return me;