From 6518b00354a061810e71ed1322852fc5dce5b217 Mon Sep 17 00:00:00 2001 From: Jonathan Kingston Date: Mon, 13 Mar 2017 19:48:39 +0000 Subject: [PATCH] Removal of upgrade process. Bump version to 1.1.2 Fixes 373 --- index.js | 4 ++-- package.json | 2 +- webextension/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index 2b9a1fa..2227cd9 100644 --- a/index.js +++ b/index.js @@ -1563,8 +1563,8 @@ exports.main = function (options) { exports.onUnload = function (reason) { if (reason === "disable" || reason === "downgrade" || - reason === "uninstall" || - reason === "upgrade") { + reason === "uninstall") { +// TODO check if we need this reason === "upgrade") { ContainerService.uninstall(); } }; diff --git a/package.json b/package.json index fe06cbf..d5fcb34 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "testpilot-containers", "title": "Containers Experiment", "description": "Containers works by isolating cookie jars using separate origin-attributes defined visually by colored ‘Container Tabs’. This add-on is a modified version of the containers feature for Firefox Test Pilot.", - "version": "1.1.1", + "version": "1.1.2", "author": "Andrea Marchesini, Luke Crouch and Jonathan Kingston", "bugs": { "url": "https://github.com/mozilla/testpilot-containers/issues" diff --git a/webextension/manifest.json b/webextension/manifest.json index 8b0dee7..e367ed1 100644 --- a/webextension/manifest.json +++ b/webextension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Containers Experiment", - "version": "1.1.1", + "version": "1.1.2", "description": "Containers works by isolating cookie jars using separate origin-attributes defined visually by colored ‘Container Tabs’. This add-on is a modified version of the containers feature for Firefox Test Pilot.", "icons": {