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

Commit 77cc7fe

Browse files
committed
Release 4.3.0 (#1437)
1 parent a49f42d commit 77cc7fe

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.0
4+
5+
* Moving to AMO, part 1.
6+
37
## 4.2.1
48

59
* Version bump for auto update

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.2.1",
5+
"version": "4.3.0",
66
"author": "Test Pilot Mozilla Team",
77
"bugs": {
88
"url": "https://github.com/mozilla/notes/issues"

src/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
"manifest_version": 2,
33
"name": "Firefox Notes",
44
"description": "Displays a sidebar that lets you take notes on web pages.",
5-
"version": "4.2.1",
5+
"version": "4.3.0",
66
"default_locale": "en_US",
77
"author": "Mozilla Test Pilot team",
88
"applications": {
99
"gecko": {
1010
"id": "notes@mozilla.com",
11-
"strict_min_version": "57.0",
12-
"update_url": "https://testpilot.firefox.com/files/notes@mozilla.com/updates.json"
11+
"strict_min_version": "57.0"
1312
}
1413
},
1514
"icons": {

0 commit comments

Comments
 (0)