Skip to content

Commit a2417ca

Browse files
committed
Update web-ext to 5.4.1
1 parent 75e52c1 commit a2417ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"sinon": "2.0.0",
1717
"tooltipster": "4.2.6",
1818
"underscore": "1.9.1",
19-
"web-ext": "~5.4.0"
19+
"web-ext": "~5.4.1"
2020
},
2121
"private": true
2222
}

release-utils/make-signed-xpi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
cd "$(dirname "$0")"
66

7-
LATEST_SDK_VERSION=5.4.0
7+
LATEST_SDK_VERSION=5.4.1
88
WEB_EXT=../node_modules/.bin/web-ext
99

1010
# Auto-generated XPI name from 'web-ext sign'

0 commit comments

Comments
 (0)