Skip to content

Commit

Permalink
Bump version to 1.5.1 (#181)
Browse files Browse the repository at this point in the history
* Bump version to 1.5.1

* Fix typo

* Fix typo
  • Loading branch information
tunetheweb authored Jun 4, 2024
1 parent 69a9f0a commit 078d5c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Web Vitals",
"version": "1.5.0",
"version": "1.5.1",
"manifest_version": 3,
"description": "Measure metrics for a healthy site",
"homepage_url": "https://web.dev/vitals/",
"homepage_url": "https://web.dev/articles/vitals",
"icons": {
"128": "icons/vitals128w.png",
"256": "icons/vitals256w.png",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "web-vitals-extension",
"version": "1.5.0",
"version": "1.5.1",
"description": "Instant Web Vitals metrics",
"main": "src/browser_action/vitals.js",
"repository": "https://github.com/googlechrome/web-vitals-extension",
"homepage": "https://web.dev/vitals",
"repository": "https://github.com/GoogleChrome/web-vitals-extension",
"homepage": "https://web.dev/articles/vitals",
"bugs": {
"url": "https://github.com/GoogleChrome/web-vitals-extension/issues"
},
Expand Down

0 comments on commit 078d5c6

Please sign in to comment.