diff --git a/.jpmignore b/.jpmignore index 100666b..9046e3c 100644 --- a/.jpmignore +++ b/.jpmignore @@ -9,6 +9,7 @@ node_modules/ .gitignore .htmllintrc .jpmignore +.npm .stylelintrc .travis.yml *.xpi diff --git a/package.json b/package.json index c0b48e9..4956e1b 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.0.1", + "version": "1.0.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 b70c25e..d461766 100644 --- a/webextension/manifest.json +++ b/webextension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Containers Experiment", - "version": "1.0.1", + "version": "1.0.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": {