From 0dcc039557a9006929933920d01fe9c94899bdd9 Mon Sep 17 00:00:00 2001 From: ZhouYixun <291028775@qq.com> Date: Sun, 24 Jul 2022 13:31:36 +0800 Subject: [PATCH] update --- README.md | 4 ++-- README_CN.md | 4 ++-- pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 19821d6..79cc615 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,12 @@ io.github.soniccloudorg sonic-driver-core - 1.0.0 + 1.0.1 ``` ### Gradle ``` -implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.0' +implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.1' ``` ## Sponsors diff --git a/README_CN.md b/README_CN.md index 4c3de70..ad5dc48 100644 --- a/README_CN.md +++ b/README_CN.md @@ -41,12 +41,12 @@ io.github.soniccloudorg sonic-driver-core - 1.0.0 + 1.0.1 ``` ### Gradle ``` -implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.0' +implementation 'io.github.soniccloudorg:sonic-driver-core:1.0.1' ``` ## 赞助商 diff --git a/pom.xml b/pom.xml index f98e6ee..fee5cf0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.soniccloudorg sonic-driver-core - 1.0.0 + 1.0.1 sonic-driver-core The Sonic Project UIAutomation Driver Core for Android, iOS, Windows, Mac and so on.