Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Dec 15, 2023
1 parent 161ce8f commit 9a361b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
### Version 0.54.1
* Clean up leftover tmp file for Android Lint genrule

### Version 0.54.2
### Version 0.54.3
* Added support for Android API 32, 33, and 34
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 @@ -21,7 +21,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.uber:okbuck:0.54.2'
classpath 'com.uber:okbuck:0.54.3'
}
}
Expand Down

0 comments on commit 9a361b3

Please sign in to comment.