Skip to content

Commit

Permalink
0.5.8
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <[email protected]>
  • Loading branch information
MorrisJobke committed Mar 25, 2019
1 parent 58aca24 commit 99ff58b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ Versions
--------
<dl>
<dt>0.5.8</dt>
<dd>
<ul>
<li>wait for load of script before binding (#28)</li>
</ul>
</dd>
<dt>0.5.7</dt>
<dd>
<ul>
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": "strengthify",
"version": "0.5.7",
"version": "0.5.8",
"homepage": "https://github.com/MorrisJobke/strengthify",
"authors": [
"Eve Ragins <[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion jquery.strengthify.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Strengthify - show the weakness of a password (uses zxcvbn for this)
* https://github.com/MorrisJobke/strengthify
*
* Version: 0.5.7
* Version: 0.5.8
* Author: Morris Jobke (github.com/MorrisJobke) - original
* Eve Ragins @ Eve Corp (github.com/eve-corp)
*
Expand Down
2 changes: 1 addition & 1 deletion jquery.strengthify.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strengthify",
"version": "0.5.7",
"version": "0.5.8",
"description": "Combine jQuery and zxcvbn to create a password strength meter",
"main": "jquery.strengthify.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion strengthify.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Strengthify - show the weakness of a password (uses zxcvbn for this)
* https://github.com/MorrisJobke/strengthify
* Version: 0.5.7
* Version: 0.5.8
* License: The MIT License (MIT)
* Copyright (c) 2013-2019 Morris Jobke <[email protected]>
*/
Expand Down

0 comments on commit 99ff58b

Please sign in to comment.