Skip to content

Commit a8545f2

Browse files
Version bump
- Bumped version to `1.3.0` - Updated repo URL in `bower.json`
1 parent 62a4047 commit a8545f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "owasp-password-strength-test",
33
"main": "owasp-password-strength-test.js",
4-
"version": "1.2.2",
5-
"homepage": "https://github.com/viaforensics/owasp-password-strength-test",
4+
"version": "1.3.0",
5+
"homepage": "https://github.com/nowsecure/owasp-password-strength-test",
66
"authors": [
77
"Chris Lane <[email protected]>"
88
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "owasp-password-strength-test",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "A password-strength tester based upon the OWASP guidelines for enforcing strong passwords.",
55
"main": "owasp-password-strength-test.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)