From d90d4fa84bd6842985c04218801383c62e07cd59 Mon Sep 17 00:00:00 2001 From: EastWood Yang Date: Wed, 1 May 2019 12:52:01 +0800 Subject: [PATCH] release v1.5.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 d6ccbeb..204aee0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ MIS主要解决的问题是如何在一个模块内维护其对外暴露的接 buildscript { dependencies { ... - classpath 'com.eastwood.tools.plugins:mis:1.4.1' + classpath 'com.eastwood.tools.plugins:mis:1.5.0' } } ``` diff --git a/mis-plugin/build.gradle b/mis-plugin/build.gradle index d2d7199..821d1f1 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.1' +def version = '1.5.0' def localReleaseDest = "${buildDir}/release/${version}"