Skip to content

Commit

Permalink
release v.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchengdong committed Oct 25, 2018
1 parent 75e7ac7 commit 6223beb
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 @@ -67,7 +67,7 @@ Android 通用的组件自动注册、自动初始化解决方案
...
dependencies {
...
classpath 'com.eastwood.tools.plugins:auto-inject:1.0.0'
classpath 'com.eastwood.tools.plugins:auto-inject:1.0.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion auto-inject-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'maven'

def groupId = 'com.eastwood.tools.plugins'
def artifactId = 'auto-inject'
def version = '1.0.0'
def version = '1.0.1'

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

Expand Down

0 comments on commit 6223beb

Please sign in to comment.