Skip to content

Commit

Permalink
Merge pull request #974 from mozilla/bump-version-to-4.1.0
Browse files Browse the repository at this point in the history
bump version to 4.1.0
  • Loading branch information
groovecoder authored Nov 16, 2017
2 parents 18539f2 + df8471a commit 31ac365
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion webextension/manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 31ac365

Please sign in to comment.