chore: update alpha revision in the docs (#340)

This commit is contained in:
Yury Semikhatsky 2021-03-10 12:59:53 -08:00 committed by GitHub
parent 4bcb7afeda
commit a9a2eba2f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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.9.0-alpha-0</version>
<version>1.9.1-alpha-0</version>
</dependency>
```

View File

@ -15,7 +15,7 @@
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.9.0-alpha-0</version>
<version>1.9.1-alpha-0</version>
</dependency>
</dependencies>
<build>