Skip to content

Commit e9a9121

Browse files
committed
Prepare for release 0.54.3
1 parent 209688b commit e9a9121

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.54.2'
12+
classpath 'com.uber:okbuck:0.54.3'
1313
}
1414
}
1515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
jcenter()
2121
}
2222
dependencies {
23-
classpath 'com.uber:okbuck:0.54.2'
23+
classpath 'com.uber:okbuck:0.54.3'
2424
}
2525
}
2626

buildSrc/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.uber
2-
VERSION_NAME=0.54.3-SNAPSHOT
2+
VERSION_NAME=0.54.3
33
POM_DESCRIPTION=A Gradle plugin that lets developers utilize the Buck build system on a Gradle project
44
POM_URL=https://github.com/uber/okbuck/
55
POM_SCM_URL=https://github.com/uber/okbuck/

0 commit comments

Comments
 (0)