diff --git a/README.md b/README.md
index 61621a682..318d58da2 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Maven:
org.asynchttpclient
async-http-client
- 3.0.3
+ 3.0.4
```
@@ -28,7 +28,7 @@ Maven:
Gradle:
```groovy
dependencies {
- implementation 'org.asynchttpclient:async-http-client:3.0.3'
+ implementation 'org.asynchttpclient:async-http-client:3.0.4'
}
```
diff --git a/client/pom.xml b/client/pom.xml
index 1c0e4c64b..f3804ca3c 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -19,7 +19,7 @@
org.asynchttpclient
async-http-client-project
- 3.0.3
+ 3.0.4
4.0.0
diff --git a/pom.xml b/pom.xml
index 4a26e4e49..95d773f35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
org.asynchttpclient
async-http-client-project
- 3.0.3
+ 3.0.4
pom
AHC/Project