Skip to content

Commit

Permalink
Publish v0.53.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hvvikram committed Feb 27, 2023
1 parent 5922027 commit 5001151
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
@@ -1,4 +1,7 @@
# Changelog

### Version 0.53.1
* Add support for exporting raw dependencies from okbuck
* Add support for exporting raw dependencies from okbuck

### Version 0.53.2
* Bug fix to handle export dependencies file path correctly.
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.53.1'
classpath 'com.uber:okbuck:0.53.2'
}
}
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.53.1'
classpath 'com.uber:okbuck:0.53.2'
}
}
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.53.2-SNAPSHOT
VERSION_NAME=0.53.2
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 5001151

Please sign in to comment.