Skip to content

Commit

Permalink
Update version numbers for manifest.json and manifest.v2.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maltoze committed Mar 6, 2023
1 parent 2f44e56 commit d8ca937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Link Popper",
"version": "1.0",
"version": "1.1",
"description": "A browser extension that lets you browse linked pages without leaving the current one.",
"icons": {
"16": "logo.png",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.v2.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Link Popper",
"version": "1.0",
"version": "1.1",
"description": "A browser extension that lets you browse linked pages without leaving the current one.",
"icons": {
"16": "logo.png",
Expand Down

0 comments on commit d8ca937

Please sign in to comment.