Skip to content

Commit

Permalink
upgrade to version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Robothy committed Feb 5, 2021
1 parent 0bf2405 commit 117ef5b
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 @@ -6,7 +6,7 @@ Quickly add maven CN mirror resources to gradle project by this plugin.

```groovy
plugins {
id 'com.robothy.cn-repo' version '1.5'
id 'com.robothy.cn-repo' version '1.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```groovy
plugins {
id 'com.robothy.cn-repo' version '1.5'
id 'com.robothy.cn-repo' version '1.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.robothy'
version '1.5'
version '1.6'

repositories {
mavenCentral()
Expand Down

0 comments on commit 117ef5b

Please sign in to comment.