diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bfa0aa5..421799fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.3.6 + +* Bump for AMO + ## 4.3.5 * Fix for login diff --git a/package.json b/package.json index 65f11fab9..4b936e20b 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.5", + "version": "4.3.6", "author": "Test Pilot Mozilla Team", "bugs": { "url": "https://github.com/mozilla/notes/issues" diff --git a/src/manifest.json b/src/manifest.json index 00b26ddb1..69f011ad5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Notes by Firefox", "description": "Displays a sidebar that lets you take notes on web pages.", - "version": "4.3.5", + "version": "4.3.6", "default_locale": "en_US", "author": "Mozilla Test Pilot team", "applications": {