diff --git a/CHANGELOG.md b/CHANGELOG.md index d867e9d..f1041ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Change Log ========== +Version 1.0.3 *(26-06-2018)* +---------------------------- + + * Adds support for kotlin script settings files + + Version 1.0.2 *(07-06-2018)* ---------------------------- diff --git a/README.md b/README.md index c073076..5f55756 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ buildscript { } dependencies { - classpath 'nz.co.trademe.includeme:includeme:1.0.2' + classpath 'nz.co.trademe.includeme:includeme:1.0.3' } } diff --git a/common.gradle b/common.gradle index 2bf76cc..823cb39 100644 --- a/common.gradle +++ b/common.gradle @@ -1,4 +1,4 @@ -ext.version = "1.0.2" +ext.version = "1.0.3" ext.group = "nz.co.trademe.includeme" ext.scm = 'https://github.com/TradeMe/IncludeMe.git' ext.description = 'A Gradle plugin that simplifies working with composite builds'