diff --git a/docs/api.md b/docs/api.md index 1c459dc74e..4c8ded9534 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,5 +1,5 @@ -# Playwright API Tip-Of-Tree +# Playwright API v1.4.0 ##### Table of Contents diff --git a/package.json b/package.json index f425d60f49..2c82adb51d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-internal", "private": true, - "version": "1.4.0-post", + "version": "1.4.0", "description": "A high-level API to automate web browsers", "repository": "github:Microsoft/playwright", "homepage": "https://playwright.dev",