Skip to content

Commit ddedf39

Browse files
author
yangchengdong
committed
release verison 1.1.0
1 parent ff85ade commit ddedf39

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
@@ -12,7 +12,7 @@ Add buildscript dependency in root project build.gradle:
1212
...
1313
}
1414
dependencies {
15-
classpath 'com.eastwood.tools.plugins:micro-module:1.0.1'
15+
classpath 'com.eastwood.tools.plugins:micro-module:1.1.0'
1616
...
1717
}
1818
}

micro-module/build.gradle

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

2121
def groupId = 'com.eastwood.tools.plugins'
2222
def artifactId = 'micro-module'
23-
def version = '1.0.2'
23+
def version = '1.1.0'
2424

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

0 commit comments

Comments
 (0)