From cfbdd433ef3639415305d35e91ea739051198fab Mon Sep 17 00:00:00 2001 From: robinfriedli Date: Sat, 18 Dec 2021 22:18:06 +0100 Subject: [PATCH] update verion in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90202b6..7456562 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ com.github.robinfriedli ThreadPool - 1.1.1 + 1.1.2 pom @@ -18,7 +18,7 @@ ## Gradle ```gradle dependencies { - implementation "com.github.robinfriedli:ThreadPool:1.1.1" + implementation "com.github.robinfriedli:ThreadPool:1.1.2" } repositories {