Skip to content

Commit

Permalink
Bumped versions to 2024.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Jun 17, 2024
1 parent c2d5b87 commit 867a903
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chatgpt-infinity/chrome/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,

Check warning on line 2 in chatgpt-infinity/chrome/extension/manifest.json

View workflow job for this annotation

GitHub Actions / eslint

"manifest_version" must be equal to 2
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "2024.6.12",
"version": "2024.6.17",
"author": "Adam Lui",
"default_locale": "en",
"icons": {

Check warning on line 8 in chatgpt-infinity/chrome/extension/manifest.json

View workflow job for this annotation

GitHub Actions / eslint

"icons" must be array
Expand Down
2 changes: 1 addition & 1 deletion chatgpt-infinity/edge/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,

Check warning on line 2 in chatgpt-infinity/edge/extension/manifest.json

View workflow job for this annotation

GitHub Actions / eslint

"manifest_version" must be equal to 2
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "2024.6.12",
"version": "2024.6.17",
"author": "Adam Lui",
"default_locale": "en",
"icons": {

Check warning on line 8 in chatgpt-infinity/edge/extension/manifest.json

View workflow job for this annotation

GitHub Actions / eslint

"icons" must be array
Expand Down
2 changes: 1 addition & 1 deletion chatgpt-infinity/opera/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,

Check warning on line 2 in chatgpt-infinity/opera/extension/manifest.json

View workflow job for this annotation

GitHub Actions / eslint

"manifest_version" must be equal to 2
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "2024.6.12",
"version": "2024.6.17",
"author": "Adam Lui",
"default_locale": "en",
"icons": {

Check warning on line 8 in chatgpt-infinity/opera/extension/manifest.json

View workflow job for this annotation

GitHub Actions / eslint

"icons" must be array
Expand Down
2 changes: 1 addition & 1 deletion chatgpt-widescreen/chrome/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,

Check warning on line 2 in chatgpt-widescreen/chrome/extension/manifest.json

View workflow job for this annotation

GitHub Actions / eslint

"manifest_version" must be equal to 2
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "2024.6.16",
"version": "2024.6.17",
"author": "Adam Lui",
"default_locale": "en",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion chatgpt-widescreen/edge/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "2024.6.16",
"version": "2024.6.17",
"author": "Adam Lui",
"default_locale": "en",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion chatgpt-widescreen/opera/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "2024.6.16",
"version": "2024.6.17",
"author": "Adam Lui",
"default_locale": "en",
"icons": {
Expand Down

0 comments on commit 867a903

Please sign in to comment.