diff --git a/README.md b/README.md
index 19ee4b36..f43c67b6 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ To run Playwright simply add following dependency to your Maven project:
com.microsoft.playwright
playwright
- 0.170.3
+ 0.171.0
```
diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml
index 164c8102..fced89df 100644
--- a/driver-bundle/pom.xml
+++ b/driver-bundle/pom.xml
@@ -6,7 +6,7 @@
com.microsoft.playwright
parent-pom
- 0.171.0
+ 0.171.1-SNAPSHOT
driver-bundle
diff --git a/driver/pom.xml b/driver/pom.xml
index 04cf6db8..d065b5ad 100644
--- a/driver/pom.xml
+++ b/driver/pom.xml
@@ -6,7 +6,7 @@
com.microsoft.playwright
parent-pom
- 0.171.0
+ 0.171.1-SNAPSHOT
driver
diff --git a/examples/pom.xml b/examples/pom.xml
index 436fa9e9..a9d722cd 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -15,7 +15,7 @@
com.microsoft.playwright
playwright
- 0.170.3
+ 0.171.0
diff --git a/playwright/pom.xml b/playwright/pom.xml
index 49a8047a..e7e21ab4 100644
--- a/playwright/pom.xml
+++ b/playwright/pom.xml
@@ -7,7 +7,7 @@
com.microsoft.playwright
parent-pom
- 0.171.0
+ 0.171.1-SNAPSHOT
playwright
diff --git a/pom.xml b/pom.xml
index 149e1c68..a2ea38b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.microsoft.playwright
parent-pom
- 0.171.0
+ 0.171.1-SNAPSHOT
pom
Playwright Parent Project
Java library to automate Chromium, Firefox and WebKit with a single API.
diff --git a/tools/api-generator/pom.xml b/tools/api-generator/pom.xml
index 01eecfb7..76cf7654 100644
--- a/tools/api-generator/pom.xml
+++ b/tools/api-generator/pom.xml
@@ -6,7 +6,7 @@
com.microsoft.playwright
api-generator
- 0.171.0
+ 0.171.1-SNAPSHOT
Playwright - API Generator
This is an internal module used to generate Java API from the upstream Playwright
diff --git a/tools/update-docs-version/pom.xml b/tools/update-docs-version/pom.xml
index 3e7a1fef..eca6688f 100644
--- a/tools/update-docs-version/pom.xml
+++ b/tools/update-docs-version/pom.xml
@@ -6,7 +6,7 @@
com.microsoft.playwright
update-version
- 0.171.0
+ 0.171.1-SNAPSHOT
Playwright - Update Version in Documentation
This is an internal module used to update versions in the documentation based on