From c49ab800a3ff663b27e529f11d8efb79486233d6 Mon Sep 17 00:00:00 2001 From: David Denton Date: Tue, 9 Mar 2021 20:13:17 +0000 Subject: [PATCH] Release 2.15.4.0 --- README.md | 4 ++-- version.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" } }