Skip to content

Commit

Permalink
fix missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisJobke committed Jan 6, 2015
1 parent e701ee9 commit c3c3dd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
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.4.0",
"version": "0.4.1",
"homepage": "https://github.com/MorrisJobke/strengthify",
"authors": [
"Morris Jobke <[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/kabum/strengthify
*
* Version: 0.3
* Version: 0.4.1
* Author: Morris Jobke (github.com/kabum)
*
* License:
Expand Down Expand Up @@ -125,7 +125,7 @@
$container.css('width', 0);
}

})
});
});

return me;
Expand Down

0 comments on commit c3c3dd6

Please sign in to comment.