Skip to content

Commit

Permalink
Bump version and update locales.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Mar 2, 2024
1 parent b68e59e commit 9795435
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/release.md
Expand Up @@ -2,7 +2,7 @@

## Make the new version

1. Bump the version number in `package.json` and `manifest.json`
1. Bump the version number in `package.json` and `src/manifest.json`
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`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
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": "8.1.3",
"version": "8.1.4",
"author": "Andrea Marchesini, Luke Crouch, Lesley Norton, Kendall Werts, Maxx Crawford, Jonathan Kingston",
"bugs": {
"url": "https://github.com/mozilla/multi-account-containers/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/_locales
2 changes: 1 addition & 1 deletion src/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Firefox Multi-Account Containers",
"version": "8.1.3",
"version": "8.1.4",
"incognito": "not_allowed",
"description": "__MSG_extensionDescription__",
"icons": {
Expand Down

0 comments on commit 9795435

Please sign in to comment.