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 ```