Skip to content

Commit

Permalink
release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchengdong committed Jan 23, 2019
1 parent 2d3ee3b commit 238450f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion mis-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit 238450f

Please sign in to comment.