Bump version and update locales.
This commit is contained in:
parent
b68e59ecdb
commit
9795435f8e
5 changed files with 6 additions and 6 deletions
|
@ -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`
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "testpilot-containers",
|
||||
"version": "8.1.3",
|
||||
"version": "8.1.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "testpilot-containers",
|
||||
"version": "8.1.1",
|
||||
"version": "8.1.4",
|
||||
"license": "MPL-2.0",
|
||||
"devDependencies": {
|
||||
"addons-linter": "^5.28.0",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d3301069f51262e8cf493a86aa2785cf3261141e
|
||||
Subproject commit 985531f5c9a4187c0fd172032933c0cc813ab49d
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue