Skip to content

Commit 5534451

Browse files
authored
chore: move on to 0.190.0-SNAPSHOT (microsoft#228)
1 parent 454b155 commit 5534451

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Playwright is a Java library to automate [Chromium](https://www.chromium.org/Hom
88

99
| | Linux | macOS | Windows |
1010
| :--- | :---: | :---: | :---: |
11-
| Chromium <!-- GEN:chromium-version -->89.0.4344.0<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
11+
| Chromium <!-- GEN:chromium-version -->90.0.4392.0<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
1212
| WebKit <!-- GEN:webkit-version -->14.1<!-- GEN:stop --> ||||
13-
| Firefox <!-- GEN:firefox-version -->85.0b1<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
13+
| Firefox <!-- GEN:firefox-version -->85.0b5<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
1414

1515
Headless execution is supported for all the browsers on all platforms. Check out [system requirements](https://playwright.dev/#?path=docs/intro.md&q=system-requirements) for details.
1616

@@ -40,7 +40,7 @@ To run Playwright simply add following dependency to your Maven project:
4040
<dependency>
4141
<groupId>com.microsoft.playwright</groupId>
4242
<artifactId>playwright</artifactId>
43-
<version>0.171.0</version>
43+
<version>0.180.0</version>
4444
</dependency>
4545
```
4646

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.180.0-SNAPSHOT</version>
9+
<version>0.190.0-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.180.0-SNAPSHOT</version>
9+
<version>0.190.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>driver</artifactId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.microsoft.playwright</groupId>
1717
<artifactId>playwright</artifactId>
18-
<version>0.180.0-SNAPSHOT</version>
18+
<version>0.190.0-SNAPSHOT</version>
1919
</dependency>
2020
</dependencies>
2121
<build>

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.180.0-SNAPSHOT</version>
10+
<version>0.190.0-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.180.0-SNAPSHOT</version>
9+
<version>0.190.0-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.

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.180.0-SNAPSHOT</version>
9+
<version>0.190.0-SNAPSHOT</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.180.0-SNAPSHOT</version>
9+
<version>0.190.0-SNAPSHOT</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)