From a8f40dc07abf25d30b1c89658cf327581e4c1404 Mon Sep 17 00:00:00 2001 From: vladikoff Date: Fri, 18 Jan 2019 13:08:25 -0500 Subject: [PATCH] Release v4.3.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- src/manifest.json | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d4af68c..eeafda920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.3.2 + +* Update name + ## 4.3.1 * Moving to AMO, part 2. diff --git a/package.json b/package.json index 8c30b88c0..943e139a6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "notes", "id": "notes@mozilla.com", "description": "Displays a sidebar that lets you take notes on web pages.", - "version": "4.3.1", + "version": "4.3.2", "author": "Test Pilot Mozilla Team", "bugs": { "url": "https://github.com/mozilla/notes/issues" diff --git a/src/manifest.json b/src/manifest.json index fc65092a2..c43cb3a3d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, - "name": "Firefox Notes", + "name": "Notes by Firefox", "description": "Displays a sidebar that lets you take notes on web pages.", - "version": "4.3.1", + "version": "4.3.2", "default_locale": "en_US", "author": "Mozilla Test Pilot team", "applications": {