From 1de1df2bd3647e3d53fcae68a3b4ff1c8055cedc Mon Sep 17 00:00:00 2001
From: orange-buffalo <4532247+orange-buffalo@users.noreply.github.com>
Date: Sat, 24 Aug 2024 04:13:08 +0000
Subject: [PATCH] chore: Post-release 0.11.11
---
README.MD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.MD b/README.MD
index d5e4d5f..e55c30a 100644
--- a/README.MD
+++ b/README.MD
@@ -64,12 +64,12 @@ Maven:
io.orange-buffalo
testcontainers-playwright
test
- 0.11.10
+ 0.11.11
```
Gradle:
```kotlin
-testImplementation("io.orange-buffalo:testcontainers-playwright:0.11.10")
+testImplementation("io.orange-buffalo:testcontainers-playwright:0.11.11")
```
Then, you can create a `PlaywrightContainer` instance and use the provided API to access the browser instances.