From 238450fc0a8b15101e746b7ce91a393e5586d993 Mon Sep 17 00:00:00 2001 From: yangchengdong Date: Wed, 23 Jan 2019 10:20:11 +0800 Subject: [PATCH] release v1.4.0 --- README.md | 2 +- mis-plugin/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e1b966..254ab39 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ MIS主要解决的问题是如何在一个模块内维护其对外暴露的接 buildscript { dependencies { ... - classpath 'com.eastwood.tools.plugins:mis:1.3.9' + classpath 'com.eastwood.tools.plugins:mis:1.4.0' } } ``` diff --git a/mis-plugin/build.gradle b/mis-plugin/build.gradle index fc9bdb4..f9f6ca2 100644 --- a/mis-plugin/build.gradle +++ b/mis-plugin/build.gradle @@ -18,7 +18,7 @@ apply plugin: 'maven' def groupId = 'com.eastwood.tools.plugins' def artifactId = 'mis' -def version = '1.3.9' +def version = '1.4.0' def localReleaseDest = "${buildDir}/release/${version}"