We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e52c1 commit a2417caCopy full SHA for a2417ca
package.json
@@ -16,7 +16,7 @@
16
"sinon": "2.0.0",
17
"tooltipster": "4.2.6",
18
"underscore": "1.9.1",
19
- "web-ext": "~5.4.0"
+ "web-ext": "~5.4.1"
20
},
21
"private": true
22
}
release-utils/make-signed-xpi.sh
@@ -4,7 +4,7 @@ set -e
4
5
cd "$(dirname "$0")"
6
7
-LATEST_SDK_VERSION=5.4.0
+LATEST_SDK_VERSION=5.4.1
8
WEB_EXT=../node_modules/.bin/web-ext
9
10
# Auto-generated XPI name from 'web-ext sign'
0 commit comments