Skip to content

Commit f073a75

Browse files
authored
chore: bump version to 0.170.3-SNAPSHOT (#145)
1 parent 8c9a2a8 commit f073a75

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ To run Playwright simply add 2 modules to your Maven project:
1414
<dependency>
1515
<groupId>com.microsoft.playwright</groupId>
1616
<artifactId>playwright</artifactId>
17-
<version>0.170.0</version>
17+
<version>0.170.2</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>com.microsoft.playwright</groupId>
2121
<artifactId>driver-bundle</artifactId>
22-
<version>0.170.0</version>
22+
<version>0.170.2</version>
2323
</dependency>
2424
```
2525

api-generator/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.2</version>
10+
<version>0.170.3-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>api-generator</artifactId>

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.2</version>
9+
<version>0.170.3-SNAPSHOT</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.2</version>
9+
<version>0.170.3-SNAPSHOT</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.2</version>
10+
<version>0.170.3-SNAPSHOT</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.2</version>
9+
<version>0.170.3-SNAPSHOT</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.

0 commit comments

Comments
 (0)