From df8471a4ddb715313d2aa8b13094da4693ca442d Mon Sep 17 00:00:00 2001 From: groovecoder Date: Thu, 16 Nov 2017 09:47:18 -0600 Subject: [PATCH] bump version to 4.1.0 --- README.md | 5 +++-- install.rdf | 2 +- package.json | 2 +- webextension/manifest.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 480736d..37472dc 100644 --- a/README.md +++ b/README.md @@ -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 ` -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 ` +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 diff --git a/install.rdf b/install.rdf index 99861b9..9fdcb26 100644 --- a/install.rdf +++ b/install.rdf @@ -16,7 +16,7 @@ * - 4.0.3 + 4.1.0 false diff --git a/package.json b/package.json index c5c3431..56b4542 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/webextension/manifest.json b/webextension/manifest.json index cf70e48..5346437 100644 --- a/webextension/manifest.json +++ b/webextension/manifest.json @@ -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": {