diff --git a/README.md b/README.md index 2eaa611..cb899da 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Rebuild multiple complete module structures within the module. Each complete mod buildscript { dependencies { ... - classpath 'com.eastwood.tools.plugins:micro-module:1.3.0' + classpath 'com.eastwood.tools.plugins:micro-module:1.3.1' } } diff --git a/micro-module/build.gradle b/micro-module/build.gradle index 995b354..eeb40b3 100644 --- a/micro-module/build.gradle +++ b/micro-module/build.gradle @@ -19,7 +19,7 @@ apply plugin: 'maven' def groupId = 'com.eastwood.tools.plugins' def artifactId = 'micro-module' -def version = '1.3.0' +def version = '1.3.1' def localReleaseDest = "${buildDir}/release/${version}"