Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfeng committed Dec 15, 2020
2 parents aa599b0 + 83ef4cd commit 50bdcd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ allprojects {

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

Expand Down Expand Up @@ -384,4 +384,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
```
8 changes: 4 additions & 4 deletions readme_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ allprojects {

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

Expand Down Expand Up @@ -386,4 +386,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
```

0 comments on commit 50bdcd5

Please sign in to comment.