修改版本号为3.0.1

This commit is contained in:
wind 2023-09-19 19:39:42 +08:00
parent 9a79e4da97
commit 1f376df72b

View File

@ -1,9 +1,9 @@
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">sms4j v3.0.0</h1> <h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">sms4j v3.0.1</h1>
<h4 align="center" style="margin: 30px 0 30px; font-weight: bold;">sms4j -- 让发送短信变的更简单</h4> <h4 align="center" style="margin: 30px 0 30px; font-weight: bold;">sms4j -- 让发送短信变的更简单</h4>
<p align="center"> <p align="center">
<a href="https://gitee.com/dromara/sms4j/stargazers"><img src="https://gitee.com/dromara/sms4j/badge/star.svg?theme=gvp"></a> <a href="https://gitee.com/dromara/sms4j/stargazers"><img src="https://gitee.com/dromara/sms4j/badge/star.svg?theme=gvp"></a>
<a href="https://gitee.com/dromara/sms4j/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-green"></a> <a href="https://gitee.com/dromara/sms4j/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-green"></a>
<a href="https://gitee.com/dromara/sms4j"><img src="https://img.shields.io/badge/version-v3.0.0-blue"></a> <a href="https://gitee.com/dromara/sms4j"><img src="https://img.shields.io/badge/version-v3.0.1-blue"></a>
</p> </p>
<img src="/public/logo.png"> <img src="/public/logo.png">
@ -41,7 +41,7 @@
<dependency> <dependency>
<groupId>org.dromara.sms4j</groupId> <groupId>org.dromara.sms4j</groupId>
<artifactId>sms4j-spring-boot-starter</artifactId> <artifactId>sms4j-spring-boot-starter</artifactId>
<version>3.0.0</version> <version>3.0.1</version>
</dependency> </dependency>
``` ```
2. 设置配置文件 2. 设置配置文件