diff --git a/README.MD b/README.MD
index e55c30a..969a8ca 100644
--- a/README.MD
+++ b/README.MD
@@ -64,12 +64,12 @@ Maven:
io.orange-buffalo
testcontainers-playwright
test
- 0.11.11
+ 0.11.12
```
Gradle:
```kotlin
-testImplementation("io.orange-buffalo:testcontainers-playwright:0.11.11")
+testImplementation("io.orange-buffalo:testcontainers-playwright:0.11.12")
```
Then, you can create a `PlaywrightContainer` instance and use the provided API to access the browser instances.