Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Jun 5, 2021
1 parent ddfae0f commit 491f0c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 リリース.
Expand Down Expand Up @@ -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 を利用する場合
Expand All @@ -74,7 +75,7 @@ compile 'com.nulab-inc:zxcvbn:1.5.0'
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
```

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -75,7 +76,7 @@ compile 'com.nulab-inc:zxcvbn:1.5.0'
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 491f0c3

Please sign in to comment.