Merge pull request #974 from mozilla/bump-version-to-4.1.0
bump version to 4.1.0
This commit is contained in:
commit
31ac365e6d
4 changed files with 6 additions and 5 deletions
|
@ -86,8 +86,9 @@ TBD
|
|||
|
||||
1. Bump the version number in `package.json`, `install.rdf`, and
|
||||
`manifest.json`
|
||||
2. Create a git tag for the version: `git tag <version>`
|
||||
3. Push the tag up to GitHub: `git push --tags`
|
||||
2. Commit the version number bump
|
||||
3. Create a git tag for the version: `git tag <version>`
|
||||
4. Push the tag up to GitHub: `git push --tags`
|
||||
|
||||
#### Publish to AMO
|
||||
While the add-on is an Embedded Web Extension, we have to use the [Mozilla
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<em:maxVersion>*</em:maxVersion>
|
||||
</Description>
|
||||
</em:targetApplication>
|
||||
<em:version>4.0.3</em:version>
|
||||
<em:version>4.1.0</em:version>
|
||||
<em:unpack>false</em:unpack>
|
||||
</Description>
|
||||
</RDF>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "testpilot-containers",
|
||||
"title": "Multi-Account Containers",
|
||||
"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.",
|
||||
"version": "4.0.3",
|
||||
"version": "4.1.0",
|
||||
"author": "Andrea Marchesini, Luke Crouch and Jonathan Kingston",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mozilla/testpilot-containers/issues"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Firefox Multi-Account Containers",
|
||||
"version": "4.0.3",
|
||||
"version": "4.1.0",
|
||||
|
||||
"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.",
|
||||
"icons": {
|
||||
|
|
Loading…
Add table
Reference in a new issue