Skip to content

Commit

Permalink
release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
penemue committed Nov 8, 2017
1 parent 77e8ef7 commit 830d448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ the better performance.
<dependency>
<groupId>com.github.penemue</groupId>
<artifactId>keap</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</dependency>
```
```groovy
// in Gradle project
dependencies {
compile 'com.github.penemue:keap:0.2.1'
compile 'com.github.penemue:keap:0.2.2'
}
```

Expand Down

0 comments on commit 830d448

Please sign in to comment.