Skip to content

Commit c89c255

Browse files
committed
Release 0.3.1
1 parent 754a95e commit c89c255

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ Multiple copies should be started in a cluster for fail-over. Uses automatic par
3636

3737
SBT:
3838

39-
"com.softwaremill.kmq" %% "core" % "0.3.0"
39+
"com.softwaremill.kmq" %% "core" % "0.3.1"
4040

4141
Maven:
4242

4343
<dependency>
4444
<groupId>com.softwaremill.kmq</groupId>
4545
<artifactId>core_2.13</artifactId>
46-
<version>0.3.0</version>
46+
<version>0.3.1</version>
4747
</dependency>
4848

4949
Note: The supported Scala versions are: 2.12, 2.13.
@@ -87,11 +87,11 @@ the current system time is used, as we assume that all markers from the partitio
8787

8888
# Project status
8989

90-
## Version 0.3.0.1 (5 Sep 2017)
90+
## Version 0.3.1.1 (5 Sep 2017)
9191

9292
* Kafka & dependency updates
9393

94-
## Version 0.3.0 (19 Jun 2017)
94+
## Version 0.3.1 (19 Jun 2017)
9595

9696
* redelivery component optimizations
9797
* bug fixes

0 commit comments

Comments
 (0)