diff --git a/README.md b/README.md
index a52e7b0a0..881aaef35 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
-[comment]: <> ()
+[comment]: <> ()
[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.18.0.0")
+ implementation platform("org.http4k:http4k-connect-bom:2.18.1.0")
// ...then choose a client
implementation "org.http4k:http4k-connect-amazon-s3"
diff --git a/version.json b/version.json
index a76f4e874..f8c4c81f6 100644
--- a/version.json
+++ b/version.json
@@ -1,5 +1,5 @@
{
"connect": {
- "version": "2.18.0.0"
+ "version": "2.18.1.0"
}
}