Skip to content

Commit

Permalink
Update manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
kas-elvirov committed Aug 31, 2024
1 parent 9614be0 commit 68e849d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
APP_VERSION=8.3.2
APP_VERSION=8.3.4
PAYPAL_URL=https://www.paypal.me/KasElvirov
OPENCOLLECTIVE_URL=https://opencollective.com/kas-elvirov
8 changes: 5 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"manifest_version": 2,
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_name__",
"short_name": "__MSG_shortName__",
"author": "__MSG_author__",
"description": "__MSG_description__",
"version": "8.3.2",
"version": "8.3.4",
"browser_action": {
"default_icon": "img/icon128.png",
"default_popup": "index.html",
Expand All @@ -32,7 +32,9 @@
"persistent": false
},
"permissions": [
"storage",
"storage"
],
"host_permissions": [
"*://*.github.com/*"
],
"icons": {
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gloc",
"version": "8.3.2",
"version": "8.3.4",
"engines": {
"node": "16.19.0",
"npm": "0.39.3"
Expand Down

0 comments on commit 68e849d

Please sign in to comment.