Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/strengthify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-01-06 15:47:19 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-01-06 16:43:10 +0300
commitc3c3dd68324e9e96b32b8e6bae918be869bbda50 (patch)
tree059d1752d2a91429fa6c915c622cf4b22e326b77
parente701ee96803211b20293e93fffd07ea9334cb8da (diff)
fix missing ;0.4.1
-rw-r--r--README.md2
-rw-r--r--bower.json2
-rw-r--r--jquery.strengthify.js4
3 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3c32558..5546dca 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,8 @@ Versions
--------
<dl>
+ <dt>0.4.1</dt>
+ <dd>hotfix for missing ;</dd>
<dt>0.4</dt>
<dd>syntax and performance cleanups</dd>
<dt>0.3</dt>
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 <hey@morrisjobke.de>"
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;