Skip to content

Commit

Permalink
release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EastWoodYang committed Jan 15, 2019
1 parent f7502a6 commit b5783af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Rebuild multiple complete module structures within the module. Each complete mod
buildscript {
dependencies {
...
classpath 'com.eastwood.tools.plugins:micro-module:1.2.1'
classpath 'com.eastwood.tools.plugins:micro-module:1.3.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.eastwood.tools.plugins:micro-module:1.2.1'
classpath 'com.eastwood.tools.plugins:micro-module:1.3.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion micro-module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'maven'

def groupId = 'com.eastwood.tools.plugins'
def artifactId = 'micro-module'
def version = '1.2.1'
def version = '1.3.0'

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

Expand Down

0 comments on commit b5783af

Please sign in to comment.