Skip to content

Commit

Permalink
Bump tip-of-tree version to 0.10.1-alpha (puppeteer#534)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aslushnikov authored Aug 25, 2017
1 parent 751164c commit be4da58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
@@ -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 v<!-- GEN:version -->0.10.0<!-- GEN:stop-->
# Puppeteer API v<!-- GEN:version -->0.10.1-alpha<!-- GEN:stop-->

##### Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit be4da58

Please sign in to comment.