diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..0206cf3a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# Changelog + +### Version 0.53.1 +* Add support for exporting raw dependencies from okbuck \ No newline at end of file diff --git a/README-zh.md b/README-zh.md index 9e371e3c..c88aac14 100644 --- a/README-zh.md +++ b/README-zh.md @@ -9,7 +9,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.uber:okbuck:0.52.4' + classpath 'com.uber:okbuck:0.53.1' } } diff --git a/README.md b/README.md index c1e44af7..30a9370d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.uber:okbuck:0.52.4' + classpath 'com.uber:okbuck:0.53.1' } } diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index 25c74e92..8196cd5f 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.uber -VERSION_NAME=0.53.1-SNAPSHOT +VERSION_NAME=0.53.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/