From e9a91211b1faba7ff18018d9ff756539b52e6f92 Mon Sep 17 00:00:00 2001 From: George Polak Date: Tue, 19 Dec 2023 13:22:46 -0500 Subject: [PATCH] Prepare for release 0.54.3 --- README-zh.md | 2 +- README.md | 2 +- buildSrc/gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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/