Skip to content

Commit

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

## 更新

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

以下のバージョンは[zxcvbn 4.4.1](https://github.com/dropbox/zxcvbn/releases/tag/v4.4.1)をポーティング
* 2016/12/07 1.2.2 リリース.
* 2016/12/03 1.2.1 リリース.
Expand Down Expand Up @@ -39,7 +42,7 @@ zxcvbn4j は、JavaScriptのパスワード強度ジェネレータである[zxc
### gradle を利用する場合

```
compile 'com.nulab-inc:zxcvbn:1.2.2'
compile 'com.nulab-inc:zxcvbn:1.2.3'
```

### maven を利用する場合
Expand All @@ -48,7 +51,7 @@ compile 'com.nulab-inc:zxcvbn:1.2.2'
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This is a java port of [zxcvbn](https://github.com/dropbox/zxcvbn), which is a J

## Update

The following version is a port of [zxcvbn 4.4.2](https://github.com/dropbox/zxcvbn/releases/tag/v4.4.2)

* 2017/03/27 1.2.3 released.

The following version is a port of [zxcvbn 4.4.1](https://github.com/dropbox/zxcvbn/releases/tag/v4.4.1)

* 2016/12/07 1.2.2 released.
Expand Down Expand Up @@ -40,7 +44,7 @@ The following version is a port of [zxcvbn 4.2.0](https://github.com/dropbox/zxc
### gradle

```
compile 'com.nulab-inc:zxcvbn:1.2.2'
compile 'com.nulab-inc:zxcvbn:1.2.3'
```

### maven
Expand All @@ -49,7 +53,7 @@ compile 'com.nulab-inc:zxcvbn:1.2.2'
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'com.github.kt3k.coveralls'
apply from: 'dictionary.gradle'

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

0 comments on commit 7a33f94

Please sign in to comment.