Skip to content

Commit

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

## インストール

https://mvnrepository.com/artifact/com.nulab-inc/zxcvbn/1.8.2
https://mvnrepository.com/artifact/com.nulab-inc/zxcvbn/1.9.0

Gradle:

```
compile 'com.nulab-inc:zxcvbn:1.8.2'
compile 'com.nulab-inc:zxcvbn:1.9.0'
```

Maven:
Expand All @@ -92,7 +92,7 @@ Maven:
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.8.2</version>
<version>1.9.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ This is a Java version of [zxcvbn](https://github.com/dropbox/zxcvbn), a passwor

## Install

https://central.sonatype.com/artifact/com.nulab-inc/zxcvbn/1.8.2
https://central.sonatype.com/artifact/com.nulab-inc/zxcvbn/1.9.0

Gradle:

```
compile 'com.nulab-inc:zxcvbn:1.8.2'
compile 'com.nulab-inc:zxcvbn:1.9.0'
```

Maven:
Expand All @@ -90,7 +90,7 @@ Maven:
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.8.2</version>
<version>1.9.0</version>
</dependency>
```

Expand Down

0 comments on commit c08b8b8

Please sign in to comment.