chore: update released version to 0.181.0

This commit is contained in:
Yury Semikhatsky 2021-02-19 09:38:58 -08:00
parent b2c00a2195
commit 0a4159f15e
6 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
<parent>
<groupId>com.microsoft.playwright</groupId>
<artifactId>parent-pom</artifactId>
<version>0.180.0</version>
<version>0.181.0</version>
</parent>
<artifactId>driver-bundle</artifactId>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>com.microsoft.playwright</groupId>
<artifactId>parent-pom</artifactId>
<version>0.180.0</version>
<version>0.181.0</version>
</parent>
<artifactId>driver</artifactId>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.playwright</groupId>
<artifactId>parent-pom</artifactId>
<version>0.180.0</version>
<version>0.181.0</version>
</parent>
<artifactId>playwright</artifactId>

View File

@ -6,7 +6,7 @@
<groupId>com.microsoft.playwright</groupId>
<artifactId>parent-pom</artifactId>
<version>0.180.0</version>
<version>0.181.0</version>
<packaging>pom</packaging>
<name>Playwright Parent Project</name>
<description>Java library to automate Chromium, Firefox and WebKit with a single API.

View File

@ -6,7 +6,7 @@
<groupId>com.microsoft.playwright</groupId>
<artifactId>api-generator</artifactId>
<version>0.180.0</version>
<version>0.181.0</version>
<name>Playwright - API Generator</name>
<description>
This is an internal module used to generate Java API from the upstream Playwright

View File

@ -6,7 +6,7 @@
<groupId>com.microsoft.playwright</groupId>
<artifactId>update-version</artifactId>
<version>0.180.0</version>
<version>0.181.0</version>
<name>Playwright - Update Version in Documentation</name>
<description>
This is an internal module used to update versions in the documentation based on