1
0
mirror of synced 2026-08-05 15:06:54 +00:00

docs: update version in readme

This commit is contained in:
Yury Semikhatsky
2022-10-10 12:20:58 -07:00
committed by GitHub
parent 261160e4cf
commit 69f81ea8e9
+2 -2
View File
@@ -43,7 +43,7 @@ To run Playwright simply add following dependency to your Maven project:
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.26.0</version>
<version>1.27.0</version>
</dependency>
```
@@ -51,7 +51,7 @@ To run Playwright using Gradle add following dependency to your build.gradle fil
```gradle
dependencies {
implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.26.0'
implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.27.0'
}
```