diff --git a/README-zh.md b/README-zh.md index c2d7a5760..8f44af1e0 100644 --- a/README-zh.md +++ b/README-zh.md @@ -9,7 +9,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.uber:okbuck:0.48.2' + classpath 'com.uber:okbuck:0.48.3' } } diff --git a/README.md b/README.md index 203fbc5a0..9a64fd846 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.uber:okbuck:0.48.2' + classpath 'com.uber:okbuck:0.48.3' } } diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index d57d0f13c..06ede8f07 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -99,7 +99,7 @@ task sourcesJar(type: Jar) { classifier = "sources" } -def publishVersion = "0.48.2" +def publishVersion = "0.48.3" group = "com.uber" version = publishVersion def siteUrl = "https://github.com/uber/okbuck"