Bump version to 0.10.2-alpha (#566)

This commit is contained in:
Andrey Lushnikov 2017-08-28 11:15:11 -07:00 committed by GitHub
parent 59fc757ee0
commit 39b9081747
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
##### Released API: [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.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 v<!-- GEN:version -->0.10.1<!-- GEN:stop-->
# Puppeteer API v<!-- GEN:version -->0.10.2-alpha<!-- GEN:stop-->
##### Table of Contents

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer",
"version": "0.10.1",
"version": "0.10.2-alpha",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"main": "index.js",
"repository": "github:GoogleChrome/puppeteer",