Skip to content

Commit 74e2bd3

Browse files
committed
Release v3.0.1
1 parent 5fd2898 commit 74e2bd3

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pwstrength-bootstrap",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"homepage": "https://github.com/ablanco/jquery.pwstrength.bootstrap",
55
"authors": [
66
"Alejandro Blanco <alejandro.b.e@gmail.com>"

dist/pwstrength-bootstrap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* jQuery Password Strength plugin for Twitter Bootstrap
3-
* Version: 3.0.0
3+
* Version: 3.0.1
44
*
55
* Copyright (c) 2008-2013 Tane Piper
66
* Copyright (c) 2013 Alejandro Blanco
@@ -613,7 +613,7 @@ var ui = {};
613613
}
614614

615615
$.each(options.ui.colorClasses, function (idx, value) {
616-
if (options.ui.bootstrap2 || options.bootstrap3) {
616+
if (options.ui.bootstrap2 || options.ui.bootstrap3) {
617617
$bar.removeClass(cssPrefix + "bar-" + value);
618618
} else {
619619
$bar.removeClass("bg-" + value);

dist/pwstrength-bootstrap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pwstrength-bootstrap.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/pwstrength.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* jQuery Password Strength plugin for Twitter Bootstrap
3-
* Version: 3.0.0
3+
* Version: 3.0.1
44
*
55
* Copyright (c) 2008-2013 Tane Piper
66
* Copyright (c) 2013 Alejandro Blanco
@@ -613,7 +613,7 @@ var ui = {};
613613
}
614614

615615
$.each(options.ui.colorClasses, function (idx, value) {
616-
if (options.ui.bootstrap2 || options.bootstrap3) {
616+
if (options.ui.bootstrap2 || options.ui.bootstrap3) {
617617
$bar.removeClass(cssPrefix + "bar-" + value);
618618
} else {
619619
$bar.removeClass("bg-" + value);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pwstrength-bootstrap",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "jQuery plugin for Twitter Bootstrap that provides rulesets for visualy displaying the quality of a users typed in password.",
55
"author": "Alejandro Blanco <alejandro.b.e@gmail.com>",
66
"homepage": "https://github.com/ablanco/jquery.pwstrength.bootstrap",

0 commit comments

Comments
 (0)