Skip to content

Commit

Permalink
Added feature 'Calling methods with outer instance'
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshaoaaa committed Jul 9, 2019
1 parent c46178e commit 795ff30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1.0'
implementation 'com.github.zeshaoaaa:OkReflect:0.0.9'
}
```
### Maven
Expand All @@ -175,6 +175,6 @@ dependencies {
<dependency>
<groupId>com.github.zeshaoaaa</groupId>
<artifactId>OkReflect</artifactId>
<version>0.1.0</version>
<version>0.0.9</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.1.0'
implementation 'com.github.zeshaoaaa:OkReflect:0.0.9'
}
```
### Maven
Expand All @@ -178,6 +178,6 @@ dependencies {
<dependency>
<groupId>com.github.zeshaoaaa</groupId>
<artifactId>OkReflect</artifactId>
<version>0.1.0</version>
<version>0.0.9</version>
</dependency>
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
apply plugin: 'maven'

group 'com.github.zeshaoaaa'
version '0.1.0'
version '0.0.9'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 795ff30

Please sign in to comment.