From 132a5e5d9c8c2e86fb0d377413ca86f5526afe0a Mon Sep 17 00:00:00 2001 From: Jacksgong Date: Mon, 10 Sep 2018 16:17:22 +0800 Subject: [PATCH] ci: release 0.2.4 for resolve on some case jacoco destroyed its exec file because of unexpected-version of jacoco --- CHANGELOG.md | 6 ++++++ README-zh.md | 2 +- README.md | 2 +- gradle.properties | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0da399..69a2b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.4 + +__2018-09-10__ + +- Fix: fix on some case because of mix of jacoco version raise exec file destroyed. Refs [PR 7](https://github.com/lingochamp/okcheck/pull/7) + ## 0.2.3 __2018-07-06__ diff --git a/README-zh.md b/README-zh.md index d885253..72ea810 100644 --- a/README-zh.md +++ b/README-zh.md @@ -28,7 +28,7 @@ ```groovy buildscript { dependencies { - classpath 'com.liulishuo.okcheck:gradle:0.2.3' + classpath 'com.liulishuo.okcheck:gradle:0.2.4' } } diff --git a/README.md b/README.md index 8421c11..e43da93 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ On the `build.gradle` at your root project: ```groovy buildscript { dependencies { - classpath 'com.liulishuo.okcheck:gradle:0.2.3' + classpath 'com.liulishuo.okcheck:gradle:0.2.4' } } diff --git a/gradle.properties b/gradle.properties index efb7b4a..e0a966e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.liulishuo.okcheck -VERSION_NAME=0.2.4-SNAPSHOT +VERSION_NAME=0.2.4 POM_URL=https://github.com/lingochamp/okcheck ISSUE_URL=https://github.com/lingochamp/okcheck/issues/