diff --git a/docs/api.md b/docs/api.md index a0af7c6fff..ed524bf851 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,5 +1,5 @@ -# Playwright API Tip-Of-Tree +# Playwright API v1.6.0 ##### Table of Contents diff --git a/package.json b/package.json index e1d37955d5..70eaa4b6cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-internal", "private": true, - "version": "1.7.0-next", + "version": "1.6.0", "description": "A high-level API to automate web browsers", "repository": "github:Microsoft/playwright", "homepage": "https://playwright.dev",