Skip to content

Commit 8b8bb77

Browse files
authored
Release 0.1.12 (#39)
1 parent f0aa3d5 commit 8b8bb77

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
@@ -15,7 +15,7 @@ Add it as a dependency in Maven as:
1515
<dependency>
1616
<groupId>com.github.fppt</groupId>
1717
<artifactId>jedis-mock</artifactId>
18-
<version>0.1.11</version>
18+
<version>0.1.12</version>
1919
</dependency>
2020
```
2121

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.11</version>
13+
<version>0.1.12</version>
1414
<packaging>jar</packaging>
1515
<name>jedis-mock</name>
1616
<description>In memory Redis mock for testing</description>

0 commit comments

Comments
 (0)