From 7af47b6fcb0785a52ff533831e7659a728aa64a1 Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Thu, 5 Dec 2019 21:26:50 +0000 Subject: [PATCH] mark: v0.9.1-post --- 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 915cde548e..afe0318acd 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,5 +1,5 @@ -# Playwright API v0.9.1 +# Playwright API Tip-Of-Tree - API Translations: [中文|Chinese](https://zhaoqize.github.io/playwright-api-zh_CN/#/) diff --git a/package.json b/package.json index 1e97d9403f..375a96b1f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright", - "version": "0.9.1", + "version": "0.9.1-post", "description": "A high-level API to control web browsers", "repository": "github:Microsoft/playwright", "engines": {