From dbecfada6be5a50926a2e965b11870aa734ea967 Mon Sep 17 00:00:00 2001 From: EastWood Yang Date: Wed, 1 May 2019 21:51:03 +0800 Subject: [PATCH] release v1.3.2 --- README.md | 2 +- micro-module/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb899da..cc1e4a9 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.1' + classpath 'com.eastwood.tools.plugins:micro-module:1.3.2' } } diff --git a/micro-module/build.gradle b/micro-module/build.gradle index eeb40b3..473a93f 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.1' +def version = '1.3.2' def localReleaseDest = "${buildDir}/release/${version}"