We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07b3fd commit a67c782Copy full SHA for a67c782
README.md
@@ -35,7 +35,7 @@ Add it as a dependency in Maven as:
35
<dependency>
36
<groupId>com.github.fppt</groupId>
37
<artifactId>jedis-mock</artifactId>
38
- <version>1.0.3</version>
+ <version>1.0.4</version>
39
</dependency>
40
```
41
pom.xml
@@ -11,7 +11,7 @@
11
12
13
14
- <version>1.0.4-SNAPSHOT</version>
15
<packaging>jar</packaging>
16
<name>jedis-mock</name>
17
<description>In memory Redis mock for testing</description>
0 commit comments