Skip to content

Commit 815b968

Browse files
committed
Publish v0.53.1
1 parent c0bb2b6 commit 815b968

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Changelog
2+
3+
### Version 0.53.1
4+
* Add support for exporting raw dependencies from okbuck

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.52.4'
12+
classpath 'com.uber:okbuck:0.53.1'
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.52.4'
24+
classpath 'com.uber:okbuck:0.53.1'
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.1-SNAPSHOT
2+
VERSION_NAME=0.53.1
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)