diff --git a/README.md b/README.md index 24b4d90d1..79182602d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ build download -[comment]: <> (jcenter free) +[comment]: <> (jcenter free) [comment]: <> () ![http://kotlinlang.org](https://img.shields.io/badge/kotlin-1.4-blue.svg) @@ -75,7 +75,7 @@ FakeExample().start() ```groovy dependencies { // install the platform... - implementation platform("org.http4k:http4k-connect-bom:2.15.3.0") + implementation platform("org.http4k:http4k-connect-bom:2.15.4.0") // ...then choose a client implementation "org.http4k:http4k-connect-amazon-s3" diff --git a/version.json b/version.json index 9bff7548e..d893bf69a 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "connect": { - "version": "2.15.3.0" + "version": "2.15.4.0" } }