Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit a8f40dc

Browse files
committed
Release v4.3.2
1 parent 6e5efab commit a8f40dc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 4.3.2
4+
5+
* Update name
6+
37
## 4.3.1
48

59
* Moving to AMO, part 2.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "notes",
33
"id": "notes@mozilla.com",
44
"description": "Displays a sidebar that lets you take notes on web pages.",
5-
"version": "4.3.1",
5+
"version": "4.3.2",
66
"author": "Test Pilot Mozilla Team",
77
"bugs": {
88
"url": "https://github.com/mozilla/notes/issues"

src/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 2,
3-
"name": "Firefox Notes",
3+
"name": "Notes by Firefox",
44
"description": "Displays a sidebar that lets you take notes on web pages.",
5-
"version": "4.3.1",
5+
"version": "4.3.2",
66
"default_locale": "en_US",
77
"author": "Mozilla Test Pilot team",
88
"applications": {

0 commit comments

Comments
 (0)