Skip to content

Commit f506454

Browse files
committed
use add ons versions for manifest revision
1 parent 44fa00b commit f506454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/cb.offline/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function setup(options, imports, register) {
2222

2323
addons.list().then(function(installedAddons) {
2424
var revision = pkg.version+"-"+crypto.MD5(_.map(installedAddons, function(addon, addonName) {
25-
return addonName;
25+
return addonName+":"+addon.infos.version;
2626
}).sort().join("-")).toString();
2727

2828
// Clear manifest

0 commit comments

Comments
 (0)