Skip to content

Commit

Permalink
fix: browser-extension@1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Dec 12, 2023
1 parent b6e84f2 commit 029906b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion browser-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ZwiftMap for Strava",
"description": "Replace real-world maps with Zwift maps when visiting Strava",
"version": "1.3.1",
"version": "1.3.2",
"manifest_version": 3,
"content_scripts": [
{
Expand Down
2 changes: 1 addition & 1 deletion browser-extension/manifest.v2.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ZwiftMap for Strava",
"description": "Replace real-world maps with Zwift maps when visiting Strava",
"version": "1.3.1",
"version": "1.3.2",
"manifest_version": 2,
"content_scripts": [
{
Expand Down
4 changes: 2 additions & 2 deletions browser-extension/package-lock.json

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

2 changes: 1 addition & 1 deletion browser-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwiftmap/browser-extension",
"version": "1.3.1",
"version": "1.3.2",
"description": "Replace real-world maps with Zwift maps when visiting Strava",
"author": "Andi Pätzold",
"license": "MIT",
Expand Down

0 comments on commit 029906b

Please sign in to comment.