Skip to content

Commit

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

## 更新

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

* 2016/12/03 1.2.1 リリース.

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

* 2016/10/29 1.2.0 リリース.
Expand Down Expand Up @@ -35,7 +39,7 @@ zxcvbn4j は、JavaScriptのパスワード強度ジェネレータである[zxc
### gradle を利用する場合

```
compile 'com.nulab-inc:zxcvbn:1.2.0'
compile 'com.nulab-inc:zxcvbn:1.2.1'
```

### maven を利用する場合
Expand All @@ -44,7 +48,7 @@ compile 'com.nulab-inc:zxcvbn:1.2.0'
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.2.0</version>
<version>1.2.1</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.1](https://github.com/dropbox/zxcvbn/releases/tag/v4.4.1)

* 2016/12/03 1.2.1 released.

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

* 2016/10/29 1.2.0 released.
Expand Down Expand Up @@ -35,7 +39,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.0'
compile 'com.nulab-inc:zxcvbn:1.2.1'
```

### maven
Expand All @@ -44,7 +48,7 @@ compile 'com.nulab-inc:zxcvbn:1.2.0'
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.2.0</version>
<version>1.2.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 @@ -17,7 +17,7 @@ apply plugin: 'com.github.kt3k.coveralls'
apply from: 'dictionary.gradle'

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

0 comments on commit 8911b3c

Please sign in to comment.