Skip to content

Commit

Permalink
chore: release 0.2.3 for 1. record latest commit id of deleted-branch…
Browse files Browse the repository at this point in the history
…; 2. cover the case of branch-name is branch-name~xxx and HEAD
  • Loading branch information
Jacksgong committed Jul 6, 2018
1 parent b384c81 commit 738ae9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2'
classpath 'com.liulishuo.okcheck:gradle:0.2.3'
}
}
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.2'
classpath 'com.liulishuo.okcheck:gradle:0.2.3'
}
}
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.3-SNAPSHOT
VERSION_NAME=0.2.3

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

0 comments on commit 738ae9b

Please sign in to comment.