Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
penemue committed May 3, 2017
1 parent 52f9ed9 commit 8421785
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.1.0</version>
<version>0.1.1</version>
</dependency>
```
```groovy
// in Gradle project
dependencies {
compile 'com.github.penemue:keap:0.1.0'
compile 'com.github.penemue:keap:0.1.1'
}
```

Expand Down

0 comments on commit 8421785

Please sign in to comment.