Skip to content

Commit

Permalink
release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchengdong committed Jan 8, 2019
1 parent e63a0e3 commit 215fd1a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gradle Repo is a Gradle plugin. it helps us manage the many Git repositories, an
jcenter()
}
dependencies {
classpath 'com.eastwood.tools.plugins:gradle-repo:1.0.0'
classpath 'com.eastwood.tools.plugins:gradle-repo:1.0.1'
}
}
Expand All @@ -31,7 +31,7 @@ Gradle Repo is a Gradle plugin. it helps us manage the many Git repositories, an
jcenter()
}
dependencies {
classpath 'com.eastwood.tools.plugins:gradle-repo:1.0.0'
classpath 'com.eastwood.tools.plugins:gradle-repo:1.0.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle-repo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'maven'

def groupId = 'com.eastwood.tools.plugins'
def artifactId = 'gradle-repo'
def version = '1.0.0'
def version = '1.0.1'

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

Expand Down
Binary file removed picture/2.png
Binary file not shown.
Binary file removed picture/3.png
Binary file not shown.

0 comments on commit 215fd1a

Please sign in to comment.