Skip to content

Commit

Permalink
Prepare for release 0.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyvsmith committed Oct 13, 2023
1 parent 5b7497d commit 9c897b3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@
just the existing dependency rules files

### Version 0.54.0
* Stop using /tmp for Android Lint gen-rule and use buck-out/tmp instead
* Stop using /tmp for Android Lint gen-rule and use buck-out tmp instead

### Version 0.54.1
* Clean up leftover tmp file for Android Lint genrule
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.0'
classpath 'com.uber:okbuck:0.54.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.uber:okbuck:0.54.0'
classpath 'com.uber:okbuck:0.54.1'
}
}
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.55.0-SNAPSHOT
VERSION_NAME=0.54.1
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 9c897b3

Please sign in to comment.