Skip to content

Commit

Permalink
ci: release v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Nov 13, 2018
1 parent 7f7cd2d commit 343c71f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.7

- Feat: do not apply jacoco plugin manually if it has been applied and do not assign special jacoco version

## 0.2.5

__2018-10-18__
Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
```groovy
buildscript {
dependencies {
classpath 'com.liulishuo.okcheck:gradle:0.2.5'
classpath 'com.liulishuo.okcheck:gradle:0.2.7'
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ On the `build.gradle` at your root project:
```groovy
buildscript {
dependencies {
classpath 'com.liulishuo.okcheck:gradle:0.2.5'
classpath 'com.liulishuo.okcheck:gradle:0.2.7'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.liulishuo.okcheck
VERSION_NAME=0.2.7-SNAPSHOT
VERSION_NAME=0.2.7

POM_URL=https://github.com/lingochamp/okcheck
ISSUE_URL=https://github.com/lingochamp/okcheck/issues/
Expand Down

0 comments on commit 343c71f

Please sign in to comment.