Skip to content

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfeng committed Jun 21, 2020
1 parent 5dfe2bb commit b6e020e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ allprojects {

```groovy
dependencies {
implementation 'com.github.jrfeng.channel-helper:helper:1.1.1'
implementation 'com.github.jrfeng.channel-helper:pipe:1.1.1'
annotationProcessor 'com.github.jrfeng.channel-helper:processor:1.1.1'
implementation 'com.github.jrfeng.channel-helper:helper:1.1.2'
implementation 'com.github.jrfeng.channel-helper:pipe:1.1.2'
annotationProcessor 'com.github.jrfeng.channel-helper:processor:1.1.2'
}
```

Expand Down

0 comments on commit b6e020e

Please sign in to comment.