Skip to content

Commit

Permalink
fix: Firefox add-on ID (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny authored Sep 5, 2021
1 parent cb0ea71 commit a6d4c49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Release extension

env:
EXTENSION_ID: 'befpdcighpikpkklmfonkmdafmfnnkfn'
WEB_EXT_ID: '{3b5da596-9072-4e68-bce5-adb82ac9063a}'

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "f-notifier",
"version": "2.7.3",
"version": "2.7.4",
"description": "Displays your Facebook notifications unread count.",
"homepage": "https://narno.dev/F-Notifier/",
"author": "Arnaud Ligny",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extName__",
"version": "2.7.3",
"version": "2.7.4",
"description": "__MSG_extDescription__",
"homepage_url": "https://narno.dev/F-Notifier/",
"author": "Arnaud Ligny",
Expand Down

0 comments on commit a6d4c49

Please sign in to comment.