diff --git a/README.md b/README.md
index c0d4d6a..a2a861c 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
为了满足业务中出现app支付、公众号支付、小程序支付等多appid并存的场景,对原有的进行了增强开发出了多租户版本。
-## Maven 中央仓库坐标
+## Maven 最新中央仓库坐标
```xml
cn.felord
payment-spring-boot-starter
- 1.0.0.RELEASE
+ 1.0.1.RELEASE
```
diff --git a/docs/README.md b/docs/README.md
index 07cb1e6..8134f5e 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -28,7 +28,7 @@
cn.felord
payment-spring-boot-starter
- 1.0.0.RELEASE
+ 1.0.1.RELEASE
```
## 采用技术
diff --git a/docs/quick_start.md b/docs/quick_start.md
index 4b374d9..4a656ec 100644
--- a/docs/quick_start.md
+++ b/docs/quick_start.md
@@ -4,7 +4,7 @@
cn.felord
payment-spring-boot-starter
- 1.0.0.RELEASE
+ 1.0.1.RELEASE
```
> 基于 **Spring Boot 2.4.1**
diff --git a/payment-spring-boot-autoconfigure/pom.xml b/payment-spring-boot-autoconfigure/pom.xml
index 9fa5699..452998d 100644
--- a/payment-spring-boot-autoconfigure/pom.xml
+++ b/payment-spring-boot-autoconfigure/pom.xml
@@ -5,11 +5,11 @@
cn.felord
payment-spring-boot
- 1.0.0.RELEASE
+ 1.0.1.RELEASE
payment-spring-boot-autoconfigure
- 1.0.0.RELEASE
+ 1.0.1.RELEASE
jar
4.0.0
diff --git a/payment-spring-boot-autoconfigure/src/main/java/cn/felord/payment/wechat/enumeration/WechatPayV3Type.java b/payment-spring-boot-autoconfigure/src/main/java/cn/felord/payment/wechat/enumeration/WechatPayV3Type.java
index c58ce5c..0bc9b0c 100644
--- a/payment-spring-boot-autoconfigure/src/main/java/cn/felord/payment/wechat/enumeration/WechatPayV3Type.java
+++ b/payment-spring-boot-autoconfigure/src/main/java/cn/felord/payment/wechat/enumeration/WechatPayV3Type.java
@@ -66,7 +66,7 @@ public enum WechatPayV3Type {
*/
COMBINE_MWEB(HttpMethod.POST, "%s/v3/pay/combine-transactions/h5"),
/**
- * 合单下单-Native支付API. /v3/combine-transactions/out-trade-no/{combine_out_trade_no}
+ * 合单下单-Native支付API.
*/
COMBINE_NATIVE(HttpMethod.POST, "%s/v3/pay/combine-transactions/native"),
/**
diff --git a/payment-spring-boot-starter/pom.xml b/payment-spring-boot-starter/pom.xml
index 67a2253..a05cf14 100644
--- a/payment-spring-boot-starter/pom.xml
+++ b/payment-spring-boot-starter/pom.xml
@@ -5,11 +5,11 @@
cn.felord
payment-spring-boot
- 1.0.0.RELEASE
+ 1.0.1.RELEASE
payment-spring-boot-starter
- 1.0.0.RELEASE
+ 1.0.1.RELEASE
jar
4.0.0
diff --git a/pom.xml b/pom.xml
index 60e09cf..2789c15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
cn.felord
payment-spring-boot
- 1.0.0.RELEASE
+ 1.0.1.RELEASE
pom
4.0.0