diff --git a/README.md b/README.md
index b376a9cc..736685d4 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
# Jedis-Mock
-Jedis-Mock is a simple in-memory mock of Redis for Java testing, which can also work as test proxy.
+Jedis-Mock is a simple in-memory mock of Redis/Valkey for Java testing, which can also work as test proxy.
Despite its name, it works on network protocol level and can be used with any Redis client
(be it [Jedis](https://github.com/redis/jedis), [Lettuce](https://github.com/lettuce-io/lettuce-core), [Redisson](https://github.com/redisson/redisson) or others).
@@ -41,7 +41,7 @@ Add it as a test dependency in Maven as:
com.github.fppt
jedis-mock
- 1.1.1
+ 1.1.2
test
```
diff --git a/pom.xml b/pom.xml
index 101b545c..ccc51e9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
com.github.fppt
jedis-mock
- 1.1.2-SNAPSHOT
+ 1.1.2
jar
jedis-mock
In memory Redis mock for testing