Skip to content

Commit 1cc44eb

Browse files
authored
chore: mark v1.16.1 (#679)
1 parent b42b440 commit 1cc44eb

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

driver-bundle/pom.xml

+1-1
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>1.16.0</version>
9+
<version>1.16.1</version>
1010
</parent>
1111

1212
<artifactId>driver-bundle</artifactId>

driver/pom.xml

+1-1
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>1.16.0</version>
9+
<version>1.16.1</version>
1010
</parent>
1111

1212
<artifactId>driver</artifactId>

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.example</groupId>
88
<artifactId>examples</artifactId>
9-
<version>1.16.0</version>
9+
<version>1.16.1</version>
1010
<name>Playwright Client Examples</name>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

playwright/pom.xml

+1-1
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>1.16.0</version>
10+
<version>1.16.1</version>
1111
</parent>
1212

1313
<artifactId>playwright</artifactId>

pom.xml

+1-1
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>1.16.0</version>
9+
<version>1.16.1</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.

tools/api-generator/pom.xml

+1-1
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>1.16.0</version>
9+
<version>1.16.1</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/test-local-installation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.microsoft.playwright</groupId>
66
<artifactId>test-local-installation</artifactId>
7-
<version>1.16.0</version>
7+
<version>1.16.1</version>
88
<name>Test local installation</name>
99
<description>Runs Playwright test suite (copied from playwright module) against locally cached Playwright</description>
1010
<properties>

tools/test-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.microsoft.playwright</groupId>
1111
<artifactId>test-spring-boot-starter</artifactId>
12-
<version>1.16.0</version>
12+
<version>1.16.1</version>
1313
<name>Test Playwright With Spring Boot</name>
1414
<properties>
1515
<spring.version>2.4.3</spring.version>

tools/update-docs-version/pom.xml

+1-1
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>1.16.0</version>
9+
<version>1.16.1</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)