Skip to content

Commit

Permalink
update version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zvakanaka committed Oct 28, 2023
1 parent 7656bab commit 69ee5c0
Show file tree
Hide file tree
Showing 4 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
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Church Bulk Text",
"description": "Send templated text messages through Google Messages using your phone number.",
"version": "2.0.0",
"version": "2.0.1",
"web_accessible_resources": [{
"resources": [],
"matches": [],
Expand Down Expand Up @@ -36,4 +36,4 @@
"default_popup": "browserAction/popup.html",
"default_title": "Church Bulk Text"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "church-bulk-text",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"scripts": {
"build:v2": "npm run v2 && npm run zip",
Expand Down
4 changes: 2 additions & 2 deletions v2_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Church Bulk Text",
"short_name": "Church Text",
"description": "Send templated text messages through Google Messages using your phone number.",
"version": "2.0.0",
"version": "2.0.1",
"browser_action": {
"default_title": "Church Bulk Text",
"default_icon": "icons/icon_128.png",
Expand All @@ -29,4 +29,4 @@
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
}
}
}
4 changes: 2 additions & 2 deletions v3_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Church Bulk Text",
"description": "Send templated text messages through Google Messages using your phone number.",
"version": "2.0.0",
"version": "2.0.1",
"web_accessible_resources": [{
"resources": [],
"matches": [],
Expand Down Expand Up @@ -36,4 +36,4 @@
"default_popup": "browserAction/popup.html",
"default_title": "Church Bulk Text"
}
}
}

0 comments on commit 69ee5c0

Please sign in to comment.