diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e94a878..c46b3956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,4 +11,7 @@ just the existing dependency rules files ### Version 0.54.0 -* Stop using /tmp for Android Lint gen-rule and use buck-out/tmp instead +* Stop using /tmp for Android Lint gen-rule and use buck-out tmp instead + + ### Version 0.54.1 +* Clean up leftover tmp file for Android Lint genrule diff --git a/README-zh.md b/README-zh.md index 9015780d..895cf214 100644 --- a/README-zh.md +++ b/README-zh.md @@ -9,7 +9,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.uber:okbuck:0.54.0' + classpath 'com.uber:okbuck:0.54.1' } } diff --git a/README.md b/README.md index a7a9091a..cfefbf25 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.uber:okbuck:0.54.0' + classpath 'com.uber:okbuck:0.54.1' } } diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index 812bd7a3..4035c8ca 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.uber -VERSION_NAME=0.55.0-SNAPSHOT +VERSION_NAME=0.54.1 POM_DESCRIPTION=A Gradle plugin that lets developers utilize the Buck build system on a Gradle project POM_URL=https://github.com/uber/okbuck/ POM_SCM_URL=https://github.com/uber/okbuck/