Skip to content

Commit 11b719b

Browse files
author
Ravi Agarwal
committed
Publish v0.52.0
1 parent 723c2e3 commit 11b719b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
jcenter()
1010
}
1111
dependencies {
12-
classpath 'com.uber:okbuck:0.51.2'
12+
classpath 'com.uber:okbuck:0.52.0'
1313
}
1414
}
1515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
jcenter()
2222
}
2323
dependencies {
24-
classpath 'com.uber:okbuck:0.51.2'
24+
classpath 'com.uber:okbuck:0.52.0'
2525
}
2626
}
2727

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ task sourcesJar(type: Jar) {
114114
classifier = "sources"
115115
}
116116

117-
def publishVersion = "0.51.2"
117+
def publishVersion = "0.52.0"
118118

119119
group = "com.uber"
120120
version = publishVersion

0 commit comments

Comments
 (0)