Removal of upgrade process. Bump version to 1.1.2 Fixes 373

This commit is contained in:
Jonathan Kingston 2017-03-13 19:48:39 +00:00
parent be8512e2f7
commit 6518b00354
3 changed files with 4 additions and 4 deletions

View file

@ -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();
}
};

View file

@ -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"

View file

@ -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": {