From 0673f603941399c97a6bda4964f6260c0a5b2033 Mon Sep 17 00:00:00 2001 From: Ivan Ponomarev Date: Sat, 20 Jan 2024 22:42:50 +0000 Subject: [PATCH] 1.1.0 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06ddf67e5..cf14b49e1 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Add it as a dependency in Maven as: com.github.fppt jedis-mock - 1.0.11 + 1.1.0 ``` diff --git a/pom.xml b/pom.xml index 8ccea66e1..27055b73f 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.github.fppt jedis-mock - 1.0.14-SNAPSHOT + 1.1.0 jar jedis-mock In memory Redis mock for testing