Skip to content

Commit

Permalink
refine code for maintainability
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshaoaaa committed Jul 6, 2019
1 parent 3cf985f commit 5479d62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ allprojects {
```
```groovy
dependencies {
implementation 'com.github.zeshaoaaa:OkReflect:0.0.4'
implementation 'com.github.zeshaoaaa:OkReflect:0.0.6'
}
```
### Maven
Expand All @@ -175,6 +175,6 @@ dependencies {
<dependency>
<groupId>com.github.zeshaoaaa</groupId>
<artifactId>OkReflect</artifactId>
<version>0.0.4</version>
<version>0.0.6</version>
</dependency>
```
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ allprojects {
```
```groovy
dependencies {
implementation 'com.github.zeshaoaaa:OkReflect:0.0.4'
implementation 'com.github.zeshaoaaa:OkReflect:0.0.6'
}
```
### Maven
Expand All @@ -178,6 +178,6 @@ dependencies {
<dependency>
<groupId>com.github.zeshaoaaa</groupId>
<artifactId>OkReflect</artifactId>
<version>0.0.4</version>
<version>0.0.6</version>
</dependency>
```
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ plugins {
}

group 'com.github.zeshaoaaa'
version '0.0.5'
version '0.0.6'

sourceCompatibility = 1.8

repositories {
repositories {
mavenCentral()
jcenter()
}
Expand Down

0 comments on commit 5479d62

Please sign in to comment.