From 84429be75a304b755f6e60431a482655b241d1e0 Mon Sep 17 00:00:00 2001 From: Gautam Korlam Date: Tue, 14 Jun 2016 01:21:06 -0700 Subject: [PATCH] Publish v0.1.6 --- CHANGELOG.md | 2 ++ README-zh.md | 2 +- README.md | 2 +- buildSrc/build.gradle | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a05bba0c..6ede20f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Change log ++ [v0.1.6](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.6) + - Fix regression caused by provided configuration support + [v0.1.5](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.5) - add support for provided configurations + [v0.1.4](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.4) diff --git a/README-zh.md b/README-zh.md index bae96d5d7..8aadbbef9 100644 --- a/README-zh.md +++ b/README-zh.md @@ -9,7 +9,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.5' + classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.6' } } diff --git a/README.md b/README.md index 371dcf510..f33dea576 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.5' + classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.6' } } diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index d56a24417..428332189 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -50,7 +50,7 @@ dependencies { def siteUrl = 'https://github.com/OkBuilds/OkBuck' def gitUrl = 'https://github.com/OkBuilds/OkBuck.git' def publishGroup = 'com.github.okbuilds' -def publishVersion = '0.1.5' +def publishVersion = '0.1.6' group = publishGroup version = publishVersion