Skip to content

Commit b5783af

Browse files
committed
release v1.3.0
1 parent f7502a6 commit b5783af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2.1'
12+
classpath 'com.eastwood.tools.plugins:micro-module:1.3.0'
1313
}
1414
}
1515

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:3.3.0'
10-
classpath 'com.eastwood.tools.plugins:micro-module:1.2.1'
10+
classpath 'com.eastwood.tools.plugins:micro-module:1.3.0'
1111
}
1212
}
1313

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.2.1'
22+
def version = '1.3.0'
2323

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

0 commit comments

Comments
 (0)