Bump version to 0.9.1-alpha

This patch bumps version to 0.9.1-alpha.
This should emphasize that the documentation is related to the tip-of-tree
version of puppeteer, not to the latest release.
This commit is contained in:
Eric Bidelman 2017-08-23 13:39:35 -07:00 committed by Andrey Lushnikov
parent 1458a3b3b5
commit a330c8eeba
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Puppeteer API v<!-- GEN:version -->0.9.0<!-- GEN:stop-->
# Puppeteer API v<!-- GEN:version -->0.9.1-alpha<!-- GEN:stop-->
##### Table of Contents

View File

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