diff --git a/README-ENGLISH.md b/README-ENGLISH.md index 422e1033..c93a268b 100644 --- a/README-ENGLISH.md +++ b/README-ENGLISH.md @@ -21,7 +21,7 @@ Web | File Download | File Upload | Js Communication | Ease of Use | Progress Ba * Gradle ``` - compile 'com.just.agentweb:agentweb:3.0.0' + compile 'com.just.agentweb:agentweb:3.1.0' ``` * Maven @@ -29,7 +29,7 @@ Web | File Download | File Upload | Js Communication | Ease of Use | Progress Ba com.just.agentweb agentweb - 3.0.0 + 3.1.0 pom diff --git a/README.md b/README.md index edc61089..13986ec9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ AgentWeb Sample 展示了 AgentWeb 库强大的功能 , 详细请点击下面 * Gradle ``` - compile 'com.just.agentweb:agentweb:3.0.0' + compile 'com.just.agentweb:agentweb:3.1.0' ``` * Maven @@ -33,19 +33,12 @@ AgentWeb Sample 展示了 AgentWeb 库强大的功能 , 详细请点击下面 com.just.agentweb agentweb - 3.0.0 + 3.1.0 pom ``` -## Beta 版 - -* Gradle - - ``` - compile 'com.just.agentweb:agentweb:3.1.0-beta' - ```