diff --git a/README-EN.md b/README-EN.md index 641831e1a..d628b966e 100644 --- a/README-EN.md +++ b/README-EN.md @@ -1,9 +1,9 @@ #
📌 TransmittableThreadLocal(TTL)

-Github Workflow Build Status -Appveyor Build Status -Coverage Status +Github Workflow Build Status +Appveyor Build Status +Coverage Status Maintainability JDK support License @@ -300,7 +300,7 @@ More info: # 🔌 Java API Docs -The current version Java API documentation: +The current version Java API documentation: # 🍪 Maven Dependency @@ -308,7 +308,7 @@ The current version Java API documentation: com.alibaba transmittable-thread-local - 2.14.0 + 2.14.1 ``` diff --git a/README.md b/README.md index 53ed21e1d..3587f850c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ #

📌 TransmittableThreadLocal(TTL)

-Github Workflow Build Status -Appveyor Build Status -Coverage Status +Github Workflow Build Status +Appveyor Build Status +Coverage Status Maintainability JDK support License @@ -376,7 +376,7 @@ These paths are searched by the bootstrap class loader after the platform specif # 🔌 Java API Docs -当前版本的Java API文档地址: +当前版本的Java API文档地址: # 🍪 Maven依赖 @@ -386,7 +386,7 @@ These paths are searched by the bootstrap class loader after the platform specif com.alibaba transmittable-thread-local - 2.14.0 + 2.14.1 ``` diff --git a/pom.xml b/pom.xml index fbdcbeeca..274e451fb 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.alibaba transmittable-thread-local - 2.x-SNAPSHOT + 2.14.1 jar TransmittableThreadLocal(TTL)