Skip to content

Commit

Permalink
0.5.9
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <[email protected]>
  • Loading branch information
MorrisJobke committed Aug 3, 2020
1 parent 7b4be36 commit d784526
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2016 Morris Jobke
Copyright (c) 2013-2020 Morris Jobke
Eve Ragins @ Eve Corp (github.com/eve-corp)

Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
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.9</dt>
<dd>
<ul>
<li>Don't overdo the strength check, the first 100 chars are enough (https://github.com/morrisjobke/strengthify/pull/32)</li>
</ul>
</dd>
<dt>0.5.8</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.8",
"version": "0.5.9",
"homepage": "https://github.com/MorrisJobke/strengthify",
"authors": [
"Eve Ragins <[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions 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.8
* Version: 0.5.9
* Author: Morris Jobke (github.com/MorrisJobke) - original
* Eve Ragins @ Eve Corp (github.com/eve-corp)
*
Expand All @@ -11,7 +11,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2013-2019 Morris Jobke <[email protected]>
* Copyright (c) 2013-2020 Morris Jobke <[email protected]>
*
* 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
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.8",
"version": "0.5.9",
"description": "Combine jQuery and zxcvbn to create a password strength meter",
"main": "jquery.strengthify.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions strengthify.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* Strengthify - show the weakness of a password (uses zxcvbn for this)
* https://github.com/MorrisJobke/strengthify
* Version: 0.5.8
* Version: 0.5.9
* License: The MIT License (MIT)
* Copyright (c) 2013-2019 Morris Jobke <[email protected]>
* Copyright (c) 2013-2020 Morris Jobke <[email protected]>
*/

.strengthify-wrapper {
Expand Down

0 comments on commit d784526

Please sign in to comment.