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

docs: update version in README.md to 1.26.0

This commit is contained in:
Yury Semikhatsky
2022-09-20 16:21:18 -07:00
committed by GitHub
parent b5c09a3141
commit c6192db180
+1 -1
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.17.0</version>
<version>1.26.0</version>
</dependency>
```