From e7eda26c580f4b61f5a391aa69df2ffe9ac9b619 Mon Sep 17 00:00:00 2001 From: Brad Hall Date: Wed, 14 Jun 2023 09:26:17 -0400 Subject: [PATCH] Updated versions in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50451f8..29da718 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ Add the following to your pom.xml io.github.concurrent-recursion enterprisesearch-java-client - 0.3.1 + 0.4.0 ``` ### Gradle Add the following dependency ```groovy dependencies { - implementation 'io.github.concurrent-recursion:enterprisesearch-java-client:0.3.1' + implementation 'io.github.concurrent-recursion:enterprisesearch-java-client:0.4.0' } ```