Skip to content

Commit

Permalink
chore: release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed May 6, 2018
1 parent cbfd2f7 commit 1779821
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.1.6

__2018-05-06__

- Fix: fix can't find testUnitTest task issue when run okcheck for all variants
- Fix: fix can't find okLint task when lint task has already been added during require add okLint task

## 0.1.5

__2018-05-02__
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.1.5'
classpath 'com.liulishuo.okcheck:gradle:0.1.6'
}
}
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.1.5'
classpath 'com.liulishuo.okcheck:gradle:0.1.6'
}
}
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.1.6-SNAPSHOT
VERSION_NAME=0.1.6

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

0 comments on commit 1779821

Please sign in to comment.