Skip to content

Commit 5001151

Browse files
committed
Publish v0.53.2
1 parent 5922027 commit 5001151

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
22

33
### Version 0.53.1
4-
* Add support for exporting raw dependencies from okbuck
4+
* Add support for exporting raw dependencies from okbuck
5+
6+
### Version 0.53.2
7+
* Bug fix to handle export dependencies file path correctly.

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
jcenter()
2222
}
2323
dependencies {
24-
classpath 'com.uber:okbuck:0.53.1'
24+
classpath 'com.uber:okbuck:0.53.2'
2525
}
2626
}
2727

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.53.2-SNAPSHOT
2+
VERSION_NAME=0.53.2
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)