From 8ea2c762ae59f6b1821af35a62e814ed0afbe1a6 Mon Sep 17 00:00:00 2001 From: Justson Date: Mon, 15 Jan 2018 14:15:34 +0800 Subject: [PATCH] release 3.1.0 --- README-ENGLISH.md | 4 ++-- README.md | 11 ++--------- 2 files changed, 4 insertions(+), 11 deletions(-) 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' - ```