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 +``` 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 +```