Skip to content

Commit 12f736e

Browse files
committed
Release v2.0.0
1 parent bc0a19f commit 12f736e

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 2.0.0 dev
3+
## 2.0.0
44

55
- Use six possible verdicts and six possible css classes, so they match one
66
to one making it possible to configure each class for each verdict level.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "pwstrength-bootstrap",
3-
"version": "1.2.10",
3+
"version": "2.0.0",
44
"homepage": "https://github.com/ablanco/jquery.pwstrength.bootstrap",
55
"authors": [
66
"Alejandro Blanco <alejandro.b.e@gmail.com>"
77
],
88
"description": "jQuery plugin for Twitter Bootstrap that provides rulesets for visualy displaying the quality of a users typed in password.",
9-
"main": "dist/pwstrength-bootstrap-1.2.10.js",
9+
"main": "dist/pwstrength-bootstrap.js",
1010
"dependencies": {
1111
"jquery": ">=1.7.0",
1212
"bootstrap": ">=2.0.0",

dist/pwstrength-bootstrap.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*!
22
* jQuery Password Strength plugin for Twitter Bootstrap
3+
* Version: 2.0.0
34
*
45
* Copyright (c) 2008-2013 Tane Piper
56
* Copyright (c) 2013 Alejandro Blanco

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/i18next.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.

examples/pwstrength.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*!
22
* jQuery Password Strength plugin for Twitter Bootstrap
3+
* Version: 2.0.0
34
*
45
* Copyright (c) 2008-2013 Tane Piper
56
* Copyright (c) 2013 Alejandro Blanco

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": "1.2.10",
3+
"version": "2.0.0",
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)