From 0bdaa525331ca7cd5d9d76c0a1af36e50ea5aee6 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 22 Dec 2020 15:50:40 -0800 Subject: [PATCH] chore: bump version to 0.171.1-SNAPSHOT (#168) --- README.md | 2 +- driver-bundle/pom.xml | 2 +- driver/pom.xml | 2 +- examples/pom.xml | 2 +- playwright/pom.xml | 2 +- pom.xml | 2 +- tools/api-generator/pom.xml | 2 +- tools/update-docs-version/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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