diff --git a/README-zh.md b/README-zh.md index 443137f5..4411c4c6 100644 --- a/README-zh.md +++ b/README-zh.md @@ -9,7 +9,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.uber:okbuck:0.54.2' + classpath 'com.uber:okbuck:0.54.3' } } diff --git a/README.md b/README.md index 910fcbcb..daf03403 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.uber:okbuck:0.54.2' + classpath 'com.uber:okbuck:0.54.3' } } diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index d3161bf6..a6e4e866 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.uber -VERSION_NAME=0.54.3-SNAPSHOT +VERSION_NAME=0.54.3 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/