From 491f0c323b511fbdbc0ee59082e1806386c4acfc Mon Sep 17 00:00:00 2001 From: vvatanabe Date: Sat, 5 Jun 2021 16:36:15 +0900 Subject: [PATCH] 1.5.1 --- README.ja.md | 5 +++-- README.md | 5 +++-- build.gradle | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.ja.md b/README.ja.md index 5208233..8ec2af6 100644 --- a/README.ja.md +++ b/README.ja.md @@ -11,6 +11,7 @@ zxcvbn4j は、JavaScriptのパスワード強度ジェネレータである[zxc 以下のバージョンは[zxcvbn 4.4.2](https://github.com/dropbox/zxcvbn/releases/tag/v4.4.2)をポーティング +* 2021/06/05 1.5.1 リリース. * 2021/04/26 1.5.0 リリース. * 2021/03/22 1.4.1 リリース. * 2021/02/19 1.4.0 リリース. @@ -65,7 +66,7 @@ zxcvbn4j は、JavaScriptのパスワード強度ジェネレータである[zxc ### gradle を利用する場合 ``` -compile 'com.nulab-inc:zxcvbn:1.5.0' +compile 'com.nulab-inc:zxcvbn:1.5.1' ``` ### maven を利用する場合 @@ -74,7 +75,7 @@ compile 'com.nulab-inc:zxcvbn:1.5.0' com.nulab-inc zxcvbn - 1.5.0 + 1.5.1 ``` diff --git a/README.md b/README.md index e2d75e7..4d24d90 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Through pattern matching and conservative estimation, it recognizes and weighs 3 The following version is a port of [zxcvbn 4.4.2](https://github.com/dropbox/zxcvbn/releases/tag/v4.4.2) +* 2021/06/05 1.5.1 released. * 2021/04/26 1.5.0 released. * 2021/03/22 1.4.1 released. * 2021/02/19 1.4.0 released. @@ -66,7 +67,7 @@ The following version is a port of [zxcvbn 4.2.0](https://github.com/dropbox/zxc ### gradle ``` -compile 'com.nulab-inc:zxcvbn:1.5.0' +compile 'com.nulab-inc:zxcvbn:1.5.1' ``` ### maven @@ -75,7 +76,7 @@ compile 'com.nulab-inc:zxcvbn:1.5.0' com.nulab-inc zxcvbn - 1.5.0 + 1.5.1 ``` diff --git a/build.gradle b/build.gradle index 6c06228..3454ec6 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ apply plugin: 'com.github.kt3k.coveralls' apply from: 'dictionary.gradle' group = 'com.nulab-inc' -version = '1.5.0' +version = '1.5.1' archivesBaseName = 'zxcvbn' sourceCompatibility = 1.7 targetCompatibility = 1.7