Skip to content

Commit

Permalink
1.5.1 (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored Feb 10, 2017
1 parent e5aa2af commit 3043cc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lighthouse-extension/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"version": "1.5.0",
"minimum_chrome_version": "54",
"version": "1.5.1",
"minimum_chrome_version": "56",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
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": "lighthouse",
"version": "1.5.0",
"version": "1.5.1",
"description": "Lighthouse",
"main": "./lighthouse-core/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Default CLI output:

![image](https://cloud.githubusercontent.com/assets/39191/19172762/60358d9a-8bd8-11e6-8c22-7fcb119ea0f5.png)

Lighthouse requires Chrome 54 or later.
Lighthouse requires Chrome 56 or later.

## Install Chrome extension

Expand Down

0 comments on commit 3043cc3

Please sign in to comment.