From 9bc69c50573ddc7e47ea7d9fa389231abb56b26f Mon Sep 17 00:00:00 2001 From: "whvcse@foxmail.com" Date: Thu, 9 Aug 2018 15:53:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d16c0aa..d24ba9e 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ allprojects { 在项目的build.gradle中添加 ```text dependencies { - compile 'com.github.whvcse:EasyCaptcha:1.3.0' + compile 'com.github.whvcse:EasyCaptcha:1.5.0' } ``` @@ -77,7 +77,7 @@ dependencies { com.github.whvcse EasyCaptcha - 1.3.0 + 1.5.0 @@ -85,7 +85,7 @@ dependencies { ``` ### 2.3.jar包下载 -[EasyCaptcha-1.3.0.jar](https://gitee.com/whvse/EasyCaptcha/releases) +[EasyCaptcha-1.5.0.jar](https://gitee.com/whvse/EasyCaptcha/releases) ---