Skip to content

Commit

Permalink
Updated version, added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonstur committed Dec 9, 2022
1 parent ff055b1 commit 7913d91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Maven Central:
<dependency>
<groupId>com.github.codemonstur</groupId>
<artifactId>embedded-redis</artifactId>
<version>0.10.0</version>
<version>0.13.0</version>
</dependency>
```

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

<groupId>com.github.codemonstur</groupId>
<artifactId>embedded-redis</artifactId>
<version>0.12.0</version>
<version>0.13.0</version>
<packaging>jar</packaging>

<name>embedded-redis</name>
Expand Down
3 changes: 3 additions & 0 deletions src/docs/releases/release-0.13.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
0.13.0

Fixed shutdown hook

0 comments on commit 7913d91

Please sign in to comment.