Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Oct 29, 2016
1 parent a57750c commit 73251ad
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.0](https://github.com/dropbox/zxcvbn/releases/tag/v4.4.0)をポーティング

* 2016/10/29 1.2.0 リリース.

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

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

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

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

* 2016/10/29 1.2.0 released.

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

* 2016/10/01 1.1.6 released.
Expand All @@ -31,7 +35,7 @@ The following version is a port of [zxcvbn 4.2.0](https://github.com/dropbox/zxc
### gradle

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

### maven
Expand All @@ -40,7 +44,7 @@ compile 'com.nulab-inc:zxcvbn:1.1.6'
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>
<version>1.1.6</version>
<version>1.2.0</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.1.6'
version = '1.2.0'
archivesBaseName = 'zxcvbn'
sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit 73251ad

Please sign in to comment.