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

Commit

Permalink
Release 4.3.5 (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Apr 23, 2019
1 parent 623696b commit 427ad60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.3.5

* Fix for login
* Updated dependencies

## 4.3.4

* Remove Google Analytics from WebExtension
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4",
"version": "4.3.5",
"author": "Test Pilot Mozilla Team",
"bugs": {
"url": "https://github.com/mozilla/notes/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4",
"version": "4.3.5",
"default_locale": "en_US",
"author": "Mozilla Test Pilot team",
"applications": {
Expand Down

0 comments on commit 427ad60

Please sign in to comment.