From 795ff309be5ef1422a650d006e2fa86c6bc039c6 Mon Sep 17 00:00:00 2001 From: jay2015 <328008932@qq.com> Date: Tue, 9 Jul 2019 12:19:03 +0800 Subject: [PATCH] Added feature 'Calling methods with outer instance' --- README.md | 4 ++-- README_CN.md | 4 ++-- build.gradle | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7dc19d1..1e27b00 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ allprojects { ``` ```groovy dependencies { - implementation 'com.github.zeshaoaaa:OkReflect:0.1.0' + implementation 'com.github.zeshaoaaa:OkReflect:0.0.9' } ``` ### Maven @@ -175,6 +175,6 @@ dependencies { com.github.zeshaoaaa OkReflect - 0.1.0 + 0.0.9 ``` diff --git a/README_CN.md b/README_CN.md index d05c1de..480c97f 100644 --- a/README_CN.md +++ b/README_CN.md @@ -162,7 +162,7 @@ allprojects { ``` ```groovy dependencies { - implementation 'com.github.zeshaoaaa:OkReflect:0.1.0' + implementation 'com.github.zeshaoaaa:OkReflect:0.0.9' } ``` ### Maven @@ -178,6 +178,6 @@ dependencies { com.github.zeshaoaaa OkReflect - 0.1.0 + 0.0.9 ``` diff --git a/build.gradle b/build.gradle index dee9e89..cf431de 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { apply plugin: 'maven' group 'com.github.zeshaoaaa' -version '0.1.0' +version '0.0.9' sourceCompatibility = 1.8