Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Jul 4, 2023
1 parent de92c1d commit b7f5840
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 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)をポーティング

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

## インストール

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

Gradle:

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

Maven:
Expand All @@ -130,7 +131,7 @@ Maven:
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.7.0</version>
<version>1.8.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)

* 2023/07/04 1.8.0 released.
* 2022/04/13 1.7.0 released.
* 2022/04/05 1.6.0 released.
* 2021/06/08 1.5.2 released.
Expand Down Expand Up @@ -116,12 +117,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.7.0
https://mvnrepository.com/artifact/com.nulab-inc/zxcvbn/1.8.0

Gradle:

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

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

Expand Down

0 comments on commit b7f5840

Please sign in to comment.