Skip to content

Commit

Permalink
Next Release (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
fppt authored Jul 12, 2021
1 parent 9b40edc commit 51a269f
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 @@ -15,7 +15,7 @@ Add it as a dependency in Maven as:
<dependency>
<groupId>com.github.fppt</groupId>
<artifactId>jedis-mock</artifactId>
<version>0.1.20</version>
<version>0.1.21</version>
</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>0.1.21-SNAPSHOT</version>
<version>0.1.21</version>
<packaging>jar</packaging>
<name>jedis-mock</name>
<description>In memory Redis mock for testing</description>
Expand Down

0 comments on commit 51a269f

Please sign in to comment.