Skip to content

Commit

Permalink
Prepares for release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Sanson committed Jun 25, 2018
1 parent 6816680 commit b55303d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
}
dependencies {
classpath 'nz.co.trademe.includeme:includeme:1.0.2'
classpath 'nz.co.trademe.includeme:includeme:1.0.3'
}
}
Expand Down
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit b55303d

Please sign in to comment.