From 159e332455a98a208025bacb9ededa79df8d119d Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Thu, 30 Jun 2022 00:28:15 +0800 Subject: [PATCH] ! bump version to 2.13.1 --- README-EN.md | 10 +++++----- README.md | 10 +++++----- pom.xml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README-EN.md b/README-EN.md index f8e6268de..3c3222331 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.13.0 + 2.13.1 ``` diff --git a/README.md b/README.md index 447035744..14e2b0108 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.13.0 + 2.13.1 ``` diff --git a/pom.xml b/pom.xml index 40c33be76..5d6468641 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.alibaba transmittable-thread-local - 2.13.x-SNAPSHOT + 2.13.1 jar TransmittableThreadLocal(TTL)