Skip to content

Commit

Permalink
Prepare for release 0.54.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Dec 19, 2023
1 parent 209688b commit e9a9121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.uber:okbuck:0.54.2'
classpath 'com.uber:okbuck:0.54.3'
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.uber:okbuck:0.54.2'
classpath 'com.uber:okbuck:0.54.3'
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/gradle.properties
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit e9a9121

Please sign in to comment.