Skip to content

Commit

Permalink
release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
inponomarev committed Nov 9, 2024
1 parent 41b1340 commit cad9f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Add it as a test dependency in Maven as:
<dependency>
<groupId>com.github.fppt</groupId>
<artifactId>jedis-mock</artifactId>
<version>1.1.7-SNAPSHOT</version>
<version>1.1.7</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.fppt</groupId>
<artifactId>jedis-mock</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
<packaging>jar</packaging>
<name>jedis-mock</name>
<description>In memory Redis mock for testing</description>
Expand Down

0 comments on commit cad9f22

Please sign in to comment.