From be4da580d4c1dacd65886cd080b65aa9ba31a262 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 24 Aug 2017 22:47:57 -0700 Subject: [PATCH] Bump tip-of-tree version to 0.10.1-alpha (#534) This patch: - bumps tip-of-tree version to 0.10.1-alpha - updates api.md to refer to released API and fix a nit in README.md --- README.md | 2 +- docs/api.md | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23324452..4f11f636 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Most things that you can do manually in the browser can be done using Puppeteer! ### Installation -*Puppeteer requires Node version 7.10 or greater* +*Puppeteer requires Node version 6.4.0 or greater* To use Puppeteer in your project, run: ``` diff --git a/docs/api.md b/docs/api.md index 327bb0fd..a8fffd6a 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,6 +1,6 @@ -##### Released API: [v0.9.0](https://github.com/GoogleChrome/puppeteer/blob/v0.9.0/docs/api.md) +##### 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) -# Puppeteer API v0.10.0 +# Puppeteer API v0.10.1-alpha ##### Table of Contents diff --git a/package.json b/package.json index 7215a606..6c4dffe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "puppeteer", - "version": "0.10.0", + "version": "0.10.1-alpha", "description": "A high-level API to control headless Chrome over the DevTools Protocol", "main": "index.js", "repository": "github:GoogleChrome/puppeteer",