diff --git a/README.md b/README.md index 93a5011bb..e1413a947 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H | | Linux | macOS | Windows | | :--- | :---: | :---: | :---: | | Chromium 108.0.5359.29 | ✅ | ✅ | ✅ | -| WebKit 16.0 | ✅ | ✅ | ✅ | +| WebKit 16.4 | ✅ | ✅ | ✅ | | Firefox 106.0 | ✅ | ✅ | ✅ | ## Documentation diff --git a/setup.py b/setup.py index 1737097c9..7f9427da2 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ InWheel = None from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand -driver_version = "1.28.0-beta-1668538774000" +driver_version = "1.28.0" def extractall(zip: zipfile.ZipFile, path: str) -> None: