From f073a75bbe9dcb85baf8dc860cf804caae017e0a Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 17 Dec 2020 10:37:05 -0800 Subject: [PATCH] chore: bump version to 0.170.3-SNAPSHOT (#145) --- README.md | 4 ++-- api-generator/pom.xml | 2 +- driver-bundle/pom.xml | 2 +- driver/pom.xml | 2 +- playwright/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c976ba9d..f2e6630a 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ To run Playwright simply add 2 modules to your Maven project: com.microsoft.playwright playwright - 0.170.0 + 0.170.2 com.microsoft.playwright driver-bundle - 0.170.0 + 0.170.2 ``` diff --git a/api-generator/pom.xml b/api-generator/pom.xml index 3bbba8e4..e5417a6f 100644 --- a/api-generator/pom.xml +++ b/api-generator/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.170.2 + 0.170.3-SNAPSHOT api-generator diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml index 89324c5d..34d81f7a 100644 --- a/driver-bundle/pom.xml +++ b/driver-bundle/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.170.2 + 0.170.3-SNAPSHOT driver-bundle diff --git a/driver/pom.xml b/driver/pom.xml index 673fb01c..25b40977 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.170.2 + 0.170.3-SNAPSHOT driver diff --git a/playwright/pom.xml b/playwright/pom.xml index f7328b85..ca1cbb3b 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.170.2 + 0.170.3-SNAPSHOT playwright diff --git a/pom.xml b/pom.xml index 23f9c54c..91365651 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.170.2 + 0.170.3-SNAPSHOT pom Playwright Parent Project Java library to automate Chromium, Firefox and WebKit with a single API.