Skip to content

Commit 5337102

Browse files
author
yangchengdong
committed
release v1.3.1
1 parent 6271f50 commit 5337102

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Rebuild multiple complete module structures within the module. Each complete mod
99
buildscript {
1010
dependencies {
1111
...
12-
classpath 'com.eastwood.tools.plugins:micro-module:1.3.0'
12+
classpath 'com.eastwood.tools.plugins:micro-module:1.3.1'
1313
}
1414
}
1515

micro-module/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply plugin: 'maven'
1919

2020
def groupId = 'com.eastwood.tools.plugins'
2121
def artifactId = 'micro-module'
22-
def version = '1.3.0'
22+
def version = '1.3.1'
2323

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

0 commit comments

Comments
 (0)