Skip to content

Commit

Permalink
Release 0.1.7 (#5)
Browse files Browse the repository at this point in the history
* Release 0.1.7

* Doc update
  • Loading branch information
fppt committed Nov 28, 2018
1 parent ce71e21 commit 977c574
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 @@ -14,7 +14,7 @@ Add it as a dependency in Maven as:
<dependency>
<groupId>com.github.fppt</groupId>
<artifactId>jedis-mock</artifactId>
<version>0.1.6</version>
<version>0.1.7</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

0 comments on commit 977c574

Please sign in to comment.