We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fa00b commit f506454Copy full SHA for f506454
1 file changed
src/core/cb.offline/main.js
@@ -22,7 +22,7 @@ function setup(options, imports, register) {
22
23
addons.list().then(function(installedAddons) {
24
var revision = pkg.version+"-"+crypto.MD5(_.map(installedAddons, function(addon, addonName) {
25
- return addonName;
+ return addonName+":"+addon.infos.version;
26
}).sort().join("-")).toString();
27
28
// Clear manifest
0 commit comments