From f8be4d57d392172e76fac395833081d0fbece1bf Mon Sep 17 00:00:00 2001 From: jrfeng Date: Sun, 20 Sep 2020 18:36:12 +0800 Subject: [PATCH 1/2] update readme --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index d247505..84b0758 100644 --- a/readme.md +++ b/readme.md @@ -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' } ``` @@ -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. -``` \ No newline at end of file +``` From 83ef4cd53841bcd6cf8ca31aeafbd580ee6972f4 Mon Sep 17 00:00:00 2001 From: jrfeng Date: Sun, 20 Sep 2020 18:37:00 +0800 Subject: [PATCH 2/2] update readme_en --- readme_en.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme_en.md b/readme_en.md index 902b5d7..62a013a 100644 --- a/readme_en.md +++ b/readme_en.md @@ -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' } ``` @@ -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. -``` \ No newline at end of file +```