diff --git a/docs/api.md b/docs/api.md index fd634a12..b68657d3 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,6 +1,8 @@ -# Puppeteer API v1.16.0 - +# Puppeteer API Tip-Of-Tree + +#### Next Release: `May 23, 2019` + - Interactive Documentation: https://pptr.dev - API Translations: [中文|Chinese](https://zhaoqize.github.io/puppeteer-api-zh_CN/#/) diff --git a/package.json b/package.json index 90234c6d..61f2c517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "puppeteer", - "version": "1.16.0", + "version": "1.16.0-post", "description": "A high-level API to control headless Chrome over the DevTools Protocol", "main": "index.js", "repository": "github:GoogleChrome/puppeteer",