Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisJobke committed Jun 15, 2016
1 parent c1e86c6 commit fd8bc41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
The MIT License (MIT)

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

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 bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strengthify",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "https://github.com/MorrisJobke/strengthify",
"authors": [
"Eve Ragins <eve.ragins@eve-corp.com",
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.0
* Version: 0.5.1
* 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-2015 Morris Jobke <morris.jobke@gmail.com>
* Copyright (c) 2013-2016 Morris Jobke <morris.jobke@gmail.com>
*
* 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
6 changes: 3 additions & 3 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.0
* Version: 0.5.1
* License: The MIT License (MIT)
* Copyright (c) 2013 Morris Jobke <morris.jobke@gmail.com>
* Copyright (c) 2013-2016 Morris Jobke <morris.jobke@gmail.com>
*/

.strengthify-wrapper {
Expand Down Expand Up @@ -57,4 +57,4 @@ div[data-strengthifyMessage] {

.strengthify-tiles{
float: right;
}
}

0 comments on commit fd8bc41

Please sign in to comment.