From cbfc954f7a4091d48c1fd8482ed2a234fc6546f3 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 10 Jun 2020 19:01:08 -0700 Subject: [PATCH] chore: mark v1.1.1 --- docs/api.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 3db24374d0..938c4b7d3e 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,5 +1,5 @@ -# Playwright API v1.1.0 +# Playwright API v1.1.1 ##### Table of Contents diff --git a/package.json b/package.json index 40aa3e3bd0..822e078916 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-internal", "private": true, - "version": "1.1.0", + "version": "1.1.1", "description": "A high-level API to automate web browsers", "repository": "github:Microsoft/playwright", "homepage": "https://playwright.dev",