diff --git a/README.md b/README.md
index cc88874b..eb5d48a1 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ ByteTCC是一个基于TCC(Try/Confirm/Cancel)机制的分布式事务管理
org.bytesoft
bytetcc-supports
- 0.3.1
+ 0.3.2
```
#### 1.2. 编写业务服务
diff --git a/bytetcc-common/pom.xml b/bytetcc-common/pom.xml
index a9c4e7ec..3c26967e 100644
--- a/bytetcc-common/pom.xml
+++ b/bytetcc-common/pom.xml
@@ -5,7 +5,7 @@
org.bytesoft
bytetcc-parent
- 0.3.1
+ 0.3.2
bytetcc-common
jar
diff --git a/bytetcc-core/pom.xml b/bytetcc-core/pom.xml
index ec2c87b3..3226be32 100644
--- a/bytetcc-core/pom.xml
+++ b/bytetcc-core/pom.xml
@@ -5,7 +5,7 @@
org.bytesoft
bytetcc-parent
- 0.3.1
+ 0.3.2
bytetcc-core
jar
@@ -22,7 +22,7 @@
org.bytesoft
bytetcc-common
- 0.3.1
+ 0.3.2
diff --git a/bytetcc-supports/pom.xml b/bytetcc-supports/pom.xml
index 36d2e227..ac96fcce 100644
--- a/bytetcc-supports/pom.xml
+++ b/bytetcc-supports/pom.xml
@@ -5,7 +5,7 @@
org.bytesoft
bytetcc-parent
- 0.3.1
+ 0.3.2
bytetcc-supports
jar
@@ -22,7 +22,7 @@
org.bytesoft
bytetcc-core
- 0.3.1
+ 0.3.2
org.bytesoft
diff --git a/pom.xml b/pom.xml
index 67dc9b79..8bdece68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.bytesoft
bytetcc-parent
- 0.3.1
+ 0.3.2
pom
bytetcc-parent
ByteTCC is a transaction manager based on the TCC(Try/Confirm/Cancel) mechanism.