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-11-16 13:13:53 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-11-16 13:13:53 +0300
commitb3df9344d829063564cdced3c6328b001bc4bad1 (patch)
treec9c54af2bdae21d6398d56b6077b323935c4c9ff
parent981481c37d650ac5ced81f42411f6bcc166784ed (diff)
v0.4.20.4.2
-rw-r--r--LICENSE2
-rw-r--r--bower.json2
-rw-r--r--jquery.strengthify.js2
-rw-r--r--strengthify.css6
4 files changed, 6 insertions, 6 deletions
diff --git a/LICENSE b/LICENSE
index 3c04738..b249b59 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2013 Morris Jobke
+Copyright (c) 2013-2015 Morris Jobke
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
diff --git a/bower.json b/bower.json
index ba6593a..b986b9a 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "strengthify",
- "version": "0.4.1",
+ "version": "0.4.2",
"homepage": "https://github.com/MorrisJobke/strengthify",
"authors": [
"Morris Jobke <hey@morrisjobke.de>"
diff --git a/jquery.strengthify.js b/jquery.strengthify.js
index 80fcf96..26d06a5 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/MorrisJobke/strengthify
*
- * Version: 0.4.1
+ * Version: 0.4.2
* Author: Morris Jobke (github.com/MorrisJobke)
*
* License:
diff --git a/strengthify.css b/strengthify.css
index 9340270..5555cbd 100644
--- a/strengthify.css
+++ b/strengthify.css
@@ -1,7 +1,7 @@
/**
* Strengthify - show the weakness of a password (uses zxcvbn for this)
- * https://github.com/kabum/strengthify
- * Version: 0.3
+ * https://github.com/MorrisJobke/strengthify
+ * Version: 0.4.2
* License: The MIT License (MIT)
* Copyright (c) 2013 Morris Jobke <morris.jobke@gmail.com>
*/
@@ -45,4 +45,4 @@
}
.password-good {
background-color: #3C3;
-} \ No newline at end of file
+}