Skip to content

Commit 10756d9

Browse files
authored
Release 0.1.9 (#20)
1 parent 7a5443c commit 10756d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add it as a dependency in Maven as:
1414
<dependency>
1515
<groupId>com.github.fppt</groupId>
1616
<artifactId>jedis-mock</artifactId>
17-
<version>0.1.8</version>
17+
<version>0.1.9</version>
1818
</dependency>
1919
```
2020

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.github.fppt</groupId>
1212
<artifactId>jedis-mock</artifactId>
13-
<version>0.1.9-SNAPSHOT</version>
13+
<version>0.1.9</version>
1414
<packaging>jar</packaging>
1515
<name>jedis-mock</name>
1616
<description>In memory Redis mock for testing</description>

0 commit comments

Comments
 (0)