Skip to content

Commit

Permalink
Changed extension version to 6.4.5.1a1
Browse files Browse the repository at this point in the history
- Added custom update URL to test upgrade to version 6.5
  • Loading branch information
aecreations committed Jul 4, 2023
1 parent c98c937 commit 12d6199
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wx-src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "6.4.5",
"version": "6.4.5.1a1",
"homepage_url": "https://aecreations.io/clippings/index.php",
"author": "AE Creations",

"browser_specific_settings": {
"gecko": {
"id": "{91aa5abe-9de4-4347-b7b5-322c38dd9271}",
"strict_min_version": "91.0"
"strict_min_version": "91.0",
"update_url": "https://aecreations.github.io/updates/update-test.json"
}
},

Expand Down

0 comments on commit 12d6199

Please sign in to comment.