From a330c8eeba5d57e4d3757cba4b0f4408b25c374b Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Wed, 23 Aug 2017 13:39:35 -0700 Subject: [PATCH] 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. --- 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 cd666c89..6889ca8b 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,4 +1,4 @@ -# Puppeteer API v0.9.0 +# Puppeteer API v0.9.1-alpha ##### Table of Contents diff --git a/package.json b/package.json index d767df10..36ae701f 100644 --- a/package.json +++ b/package.json @@ -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",