Skip to content

Commit 66e2c8e

Browse files
Merge pull request #811 from mozilla/bump-version-4.0.2
bump version to 4.0.2
2 parents 6bc056e + 80661d6 commit 66e2c8e

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Firefox Multi-Account Containers
1+
# Multi-Account Containers
22

33
[![Available on Test Pilot](https://img.shields.io/badge/available_on-Test_Pilot-0996F8.svg)](https://testpilot.firefox.com/experiments/containers)
44

install.rdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<em:bootstrap>true</em:bootstrap>
88
<em:multiprocessCompatible>true</em:multiprocessCompatible>
99
<em:hasEmbeddedWebExtension>true</em:hasEmbeddedWebExtension>
10-
<em:name>Firefox Multi-Account Containers</em:name>
10+
<em:name>Multi-Account Containers</em:name>
1111
<em:description>Containers helps you keep all the parts of your online life contained in different tabs. Custom labels and color-coded tabs help keep different activities — like online shopping, travel planning, or checking work email — separate.</em:description>
1212
<em:targetApplication>
1313
<Description>
@@ -16,7 +16,7 @@
1616
<em:maxVersion>*</em:maxVersion>
1717
</Description>
1818
</em:targetApplication>
19-
<em:version>4.0.1</em:version>
19+
<em:version>4.0.2</em:version>
2020
<em:unpack>false</em:unpack>
2121
</Description>
2222
</RDF>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "testpilot-containers",
3-
"title": "Firefox Multi-Account Containers",
3+
"title": "Multi-Account Containers",
44
"description": "Containers helps you keep all the parts of your online life contained in different tabs. Custom labels and color-coded tabs help keep different activities — like online shopping, travel planning, or checking work email — separate.",
5-
"version": "4.0.1",
5+
"version": "4.0.2",
66
"author": "Andrea Marchesini, Luke Crouch and Jonathan Kingston",
77
"bugs": {
88
"url": "https://github.com/mozilla/testpilot-containers/issues"

webextension/confirm-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<head>
33
<meta http-equiv="content-type" content="text/html; charset=utf-8">
4-
<title>Firefox Multi-Account Containers Confirm Navigation</title>
4+
<title>Multi-Account Containers Confirm Navigation</title>
55
<link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="chrome://browser/skin/aboutNetError.css" type="text/css" media="all" />
66
<link rel="stylesheet" href="/css/confirm-page.css" />
77
</head>

webextension/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"manifest_version": 2,
3-
"name": "Firefox Multi-Account Containers",
4-
"version": "4.0.1",
3+
"name": "Multi-Account Containers",
4+
"version": "4.0.2",
55

6-
"description": "Firefox Multi-Account Containers helps you keep all the parts of your online life contained in different tabs. Custom labels and color-coded tabs help keep different activities — like online shopping, travel planning, or checking work email — separate.",
6+
"description": "Multi-Account Containers helps you keep all the parts of your online life contained in different tabs. Custom labels and color-coded tabs help keep different activities — like online shopping, travel planning, or checking work email — separate.",
77
"icons": {
88
"48": "img/container-site-d-48.png",
99
"96": "img/container-site-d-96.png"
@@ -45,7 +45,7 @@
4545
"browser_action": {
4646
"browser_style": true,
4747
"default_icon": "img/container-site.svg",
48-
"default_title": "Firefox Multi-Account Containers",
48+
"default_title": "Multi-Account Containers",
4949
"default_popup": "popup.html"
5050
},
5151

webextension/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<head>
33
<meta http-equiv="content-type" content="text/html; charset=utf-8">
4-
<title>Firefox Multi-Account Containers</title>
4+
<title>Multi-Account Containers</title>
55
<link rel="stylesheet" href="/css/popup.css">
66

77
</head>

0 commit comments

Comments
 (0)