From bc4aefaf9ff7fb53a201538fabbc9a6e176c6e80 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 21 Sep 2017 15:08:39 +0900 Subject: [PATCH] Bump version to 0.12.0-alpha --- docs/api.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api.md b/docs/api.md index 2790e9e1d011c..ba847b488f2fe 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,6 +1,6 @@ -##### Released API: [v0.10.2](https://github.com/GoogleChrome/puppeteer/blob/v0.10.2/docs/api.md) | [v0.10.1](https://github.com/GoogleChrome/puppeteer/blob/v0.10.1/docs/api.md) | [v0.10.0](https://github.com/GoogleChrome/puppeteer/blob/v0.10.0/docs/api.md) | [v0.9.0](https://github.com/GoogleChrome/puppeteer/blob/v0.9.0/docs/api.md) +##### Released API: [v0.11.0](https://github.com/GoogleChrome/puppeteer/blob/v0.11.0/docs/api.md) | [v0.10.2](https://github.com/GoogleChrome/puppeteer/blob/v0.10.2/docs/api.md) | [v0.10.1](https://github.com/GoogleChrome/puppeteer/blob/v0.10.1/docs/api.md) | [v0.10.0](https://github.com/GoogleChrome/puppeteer/blob/v0.10.0/docs/api.md) | [v0.9.0](https://github.com/GoogleChrome/puppeteer/blob/v0.9.0/docs/api.md) -# Puppeteer API v0.11.0 +# Puppeteer API v0.12.0-alpha ##### Table of Contents diff --git a/package.json b/package.json index e35b9eb550c9b..ef2e620419748 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "puppeteer", - "version": "0.11.0", + "version": "0.12.0-alpha", "description": "A high-level API to control headless Chrome over the DevTools Protocol", "main": "index.js", "repository": "github:GoogleChrome/puppeteer",