diff --git a/docs/api.md b/docs/api.md index 6a04e7df1cea1..3db24374d03ef 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,5 +1,5 @@ -# Playwright API Tip-Of-Tree +# Playwright API v1.1.0 ##### Table of Contents diff --git a/package.json b/package.json index 0d9b9fe5116ff..40aa3e3bd07ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-internal", "private": true, - "version": "1.1.0-post", + "version": "1.1.0", "description": "A high-level API to automate web browsers", "repository": "github:Microsoft/playwright", "homepage": "https://playwright.dev",