From bb30d953d84a1d4005018b812d9956251532446d Mon Sep 17 00:00:00 2001 From: Albert Latacz Date: Thu, 20 Jul 2023 15:14:56 +0100 Subject: [PATCH] Release 5.1.3.0 --- README.md | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd262e442..5b779dbc6 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ FakeExample().start() ```groovy dependencies { // install the platform... - implementation platform("org.http4k:http4k-connect-bom:5.1.2.0") + implementation platform("org.http4k:http4k-connect-bom:5.1.3.0") // ...then choose a client implementation "org.http4k:http4k-connect-amazon-s3" diff --git a/version.json b/version.json index 446e69811..32ceb5f2b 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "connect": { - "version": "5.1.2.0" + "version": "5.1.3.0" } }