diff --git a/README.md b/README.md index 254ab39..c6eecdb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ MIS主要解决的问题是如何在一个模块内维护其对外暴露的接 buildscript { dependencies { ... - classpath 'com.eastwood.tools.plugins:mis:1.4.0' + classpath 'com.eastwood.tools.plugins:mis:1.4.1' } } ``` diff --git a/mis-plugin/build.gradle b/mis-plugin/build.gradle index f9f6ca2..d2d7199 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.4.0' +def version = '1.4.1' def localReleaseDest = "${buildDir}/release/${version}"