From 944f647b1ebad4391d39eea2f15bbcec742878b0 Mon Sep 17 00:00:00 2001 From: jueyue Date: Sat, 22 Sep 2018 11:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=89=88=E6=9C=AC=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 761a01c..c65138f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Gradle 引入方式 ``` groovy -compile group: 'cn.afterturn',name:'easypoi-spring-boot-starter',version:'0.2' +compile group: 'cn.afterturn',name:'easypoi-spring-boot-starter',version:'3.3.0' ``` Maven 引入方式 @@ -11,7 +11,7 @@ Maven 引入方式 cn.afterturn easypoi-spring-boot-starter - 3.2.0 + 3.3.0 ```