From 2ebbeb9c31ba07390dcc5c8d9741ac6d39b405b9 Mon Sep 17 00:00:00 2001 From: yangchengdong Date: Sun, 5 May 2019 12:37:04 +0800 Subject: [PATCH] release v1.5.1 --- README.md | 2 +- mis-plugin/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 204aee0..077aa6e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ MIS主要解决的问题是如何在一个模块内维护其对外暴露的接 buildscript { dependencies { ... - classpath 'com.eastwood.tools.plugins:mis:1.5.0' + classpath 'com.eastwood.tools.plugins:mis:1.5.1' } } ``` diff --git a/mis-plugin/build.gradle b/mis-plugin/build.gradle index 821d1f1..4ff4132 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.5.0' +def version = '1.5.1' def localReleaseDest = "${buildDir}/release/${version}"