diff --git a/README-EN.md b/README-EN.md index 668ce36a2..fad84b77a 100644 --- a/README-EN.md +++ b/README-EN.md @@ -1,8 +1,8 @@ #
📌 TransmittableThreadLocal(TTL)

-Build Status -Coverage Status +Build Status +Coverage Status Maintainability JDK support License @@ -297,7 +297,7 @@ More info: # 🔌 Java API Docs -The current version Java API documentation: +The current version Java API documentation: # 🍪 Maven Dependency @@ -305,7 +305,7 @@ The current version Java API documentation: com.alibaba transmittable-thread-local - 2.12.4 + 2.13.0 ``` diff --git a/README.md b/README.md index a4a101172..ad5e8964a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ #

📌 TransmittableThreadLocal(TTL)

-Build Status -Coverage Status +Build Status +Coverage Status Maintainability JDK support License @@ -372,7 +372,7 @@ These paths are searched by the bootstrap class loader after the platform specif # 🔌 Java API Docs -当前版本的Java API文档地址: +当前版本的Java API文档地址: # 🍪 Maven依赖 @@ -382,7 +382,7 @@ These paths are searched by the bootstrap class loader after the platform specif com.alibaba transmittable-thread-local - 2.12.4 + 2.13.0 ``` diff --git a/pom.xml b/pom.xml index ad42b2c7d..33b79b89d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.alibaba transmittable-thread-local - 2.12.x-SNAPSHOT + 2.13.0 jar TransmittableThreadLocal(TTL)