Skip to content

Commit a67c782

Browse files
committed
Release 1.0.4
1 parent a07b3fd commit a67c782

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add it as a dependency in Maven as:
3535
<dependency>
3636
<groupId>com.github.fppt</groupId>
3737
<artifactId>jedis-mock</artifactId>
38-
<version>1.0.3</version>
38+
<version>1.0.4</version>
3939
</dependency>
4040
```
4141

pom.xml

+1-1
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>1.0.4-SNAPSHOT</version>
14+
<version>1.0.4</version>
1515
<packaging>jar</packaging>
1616
<name>jedis-mock</name>
1717
<description>In memory Redis mock for testing</description>

0 commit comments

Comments
 (0)