Skip to content

Commit cde9839

Browse files
authored
Release 0.1.19 (#120)
* Release 0.1.19 * readme
1 parent 601ca87 commit cde9839

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.18</version>
18+
<version>0.1.19</version>
1919
</dependency>
2020
```
2121

pom.xml

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

1212
<groupId>com.github.fppt</groupId>
1313
<artifactId>jedis-mock</artifactId>
14-
<version>0.1.19-SNAPSHOT</version>
14+
<version>0.1.19</version>
1515
<packaging>jar</packaging>
1616
<name>jedis-mock</name>
1717
<description>In memory Redis mock for testing</description>

0 commit comments

Comments
 (0)