diff --git a/README.md b/README.md index 6940590e9..ed5d8a493 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To install: ```groovy dependencies { // install the plaform... - implementation platform("org.http4k:http4k-connect-bom:0.14.0.0") + implementation platform("org.http4k:http4k-connect-bom:0.15.0.0") // ...then choose a client implementation "org.http4k:http4k-connect-amazon-s3" diff --git a/version.json b/version.json index 55458bb78..aa01ad872 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "connect": { - "version": "0.14.0.0" + "version": "0.15.0.0" } }