Skip to content

Commit d90d4fa

Browse files
committed
release v1.5.0
1 parent 8a0351b commit d90d4fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MIS主要解决的问题是如何在一个模块内维护其对外暴露的接
1414
buildscript {
1515
dependencies {
1616
...
17-
classpath 'com.eastwood.tools.plugins:mis:1.4.1'
17+
classpath 'com.eastwood.tools.plugins:mis:1.5.0'
1818
}
1919
}
2020
```

mis-plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'maven'
1818

1919
def groupId = 'com.eastwood.tools.plugins'
2020
def artifactId = 'mis'
21-
def version = '1.4.1'
21+
def version = '1.5.0'
2222

2323
def localReleaseDest = "${buildDir}/release/${version}"
2424

0 commit comments

Comments
 (0)