From e7224b67fd631eee6851e4a76d660e268ff5e286 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 15 Dec 2020 22:58:46 -0800 Subject: [PATCH] devops: update version in docs to 0.170.0, bump snapshot version (#136) --- 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 4288449d..c976ba9d 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.162.3 + 0.170.0 com.microsoft.playwright driver-bundle - 0.162.3 + 0.170.0 ``` diff --git a/api-generator/pom.xml b/api-generator/pom.xml index bc42ef76..488de6a3 100644 --- a/api-generator/pom.xml +++ b/api-generator/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.170.0-SNAPSHOT + 0.170.1-SNAPSHOT api-generator diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml index 8f697063..1726f399 100644 --- a/driver-bundle/pom.xml +++ b/driver-bundle/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.170.0-SNAPSHOT + 0.170.1-SNAPSHOT driver-bundle diff --git a/driver/pom.xml b/driver/pom.xml index 9dea3243..33ca0d45 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.170.0-SNAPSHOT + 0.170.1-SNAPSHOT driver diff --git a/playwright/pom.xml b/playwright/pom.xml index 50fa6b3c..0a0138ef 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -7,7 +7,7 @@ com.microsoft.playwright parent-pom - 0.170.0-SNAPSHOT + 0.170.1-SNAPSHOT playwright diff --git a/pom.xml b/pom.xml index b0c83e4f..56e98fd2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.playwright parent-pom - 0.170.0-SNAPSHOT + 0.170.1-SNAPSHOT pom Playwright Parent Project Java library to automate Chromium, Firefox and WebKit with a single API.