Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Apr 12, 2022
1 parent 3f0a6a1 commit af012f0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
7 changes: 5 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ zxcvbn4j は、JavaScriptのパスワード強度ジェネレータである[zxc

以下のバージョンは[zxcvbn 4.4.2](https://github.com/dropbox/zxcvbn/releases/tag/v4.4.2)をポーティング

* 2022/04/13 1.7.0 リリース.
* 2022/04/05 1.6.0 リリース.
* 2021/06/08 1.5.2 リリース.
* 2021/06/05 1.5.1 リリース.
Expand Down Expand Up @@ -115,10 +116,12 @@ zxcvbn4j は、JavaScriptのパスワード強度ジェネレータである[zxc

## インストール

https://mvnrepository.com/artifact/com.nulab-inc/zxcvbn/1.7.0

Gradle:

```
compile 'com.nulab-inc:zxcvbn:1.6.0'
compile 'com.nulab-inc:zxcvbn:1.7.0'
```

Maven:
Expand All @@ -127,7 +130,7 @@ Maven:
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>
```

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,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)

* 2022/04/13 1.7.0 released.
* 2022/04/05 1.6.0 released.
* 2021/06/08 1.5.2 released.
* 2021/06/05 1.5.1 released.
Expand Down Expand Up @@ -114,12 +115,12 @@ The following version is a port of [zxcvbn 4.2.0](https://github.com/dropbox/zxc

## Install

https://mvnrepository.com/artifact/com.nulab-inc/zxcvbn/1.6.0
https://mvnrepository.com/artifact/com.nulab-inc/zxcvbn/1.7.0

Gradle:

```
compile 'com.nulab-inc:zxcvbn:1.6.0'
compile 'com.nulab-inc:zxcvbn:1.7.0'
```

Maven:
Expand All @@ -128,7 +129,7 @@ Maven:
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.nulab-inc'
version = '1.6.0'
version = '1.7.0'
archivesBaseName = 'zxcvbn'
sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit af012f0

Please sign in to comment.