Skip to content

Commit e376ce7

Browse files
authored
chore: bump version to 0.171.0 (#166)
1 parent cc2d4fa commit e376ce7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

driver-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.playwright</groupId>
88
<artifactId>parent-pom</artifactId>
9-
<version>0.170.4-SNAPSHOT</version>
9+
<version>0.171.0</version>
1010
</parent>
1111

1212
<artifactId>driver-bundle</artifactId>

driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.playwright</groupId>
88
<artifactId>parent-pom</artifactId>
9-
<version>0.170.4-SNAPSHOT</version>
9+
<version>0.171.0</version>
1010
</parent>
1111

1212
<artifactId>driver</artifactId>

playwright/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.playwright</groupId>
99
<artifactId>parent-pom</artifactId>
10-
<version>0.170.4-SNAPSHOT</version>
10+
<version>0.171.0</version>
1111
</parent>
1212

1313
<artifactId>playwright</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.microsoft.playwright</groupId>
88
<artifactId>parent-pom</artifactId>
9-
<version>0.170.4-SNAPSHOT</version>
9+
<version>0.171.0</version>
1010
<packaging>pom</packaging>
1111
<name>Playwright Parent Project</name>
1212
<description>Java library to automate Chromium, Firefox and WebKit with a single API.

scripts/CLI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.171.0-1608602762905-6aa14d3
1+
0.171.0

tools/api-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.microsoft.playwright</groupId>
88
<artifactId>api-generator</artifactId>
9-
<version>0.170.4-SNAPSHOT</version>
9+
<version>0.171.0</version>
1010
<name>Playwright - API Generator</name>
1111
<description>
1212
This is an internal module used to generate Java API from the upstream Playwright

tools/update-docs-version/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.microsoft.playwright</groupId>
88
<artifactId>update-version</artifactId>
9-
<version>0.170.4-SNAPSHOT</version>
9+
<version>0.171.0</version>
1010
<name>Playwright - Update Version in Documentation</name>
1111
<description>
1212
This is an internal module used to update versions in the documentation based on

0 commit comments

Comments
 (0)