Skip to content

Commit ba082eb

Browse files
committed
release 1.1.4
1 parent 4f75861 commit ba082eb

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
@@ -41,7 +41,7 @@ Add it as a test dependency in Maven as:
4141
<dependency>
4242
<groupId>com.github.fppt</groupId>
4343
<artifactId>jedis-mock</artifactId>
44-
<version>1.1.3</version>
44+
<version>1.1.4</version>
4545
<scope>test</scope>
4646
</dependency>
4747
```

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>1.1.4-SNAPSHOT</version>
14+
<version>1.1.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)