diff --git a/src/apps.js b/src/apps.js index 6bc81e590..7ae34606e 100644 --- a/src/apps.js +++ b/src/apps.js @@ -227,7 +227,7 @@ function getAll(callback) { app.updateVersion = null; updates.some(function (update) { - if (update.appId === app.appStoreId && update.version !== app.version) { + if (update.appId === app.appStoreId && update.version !== app.manifest.version) { app.updateVersion = update.version; return true; } else {