Skip to content

Commit a934b76

Browse files
committed
Bump version to 4.4.3
1 parent 4bcc589 commit a934b76

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## Future
3+
## v4.4.3
44

5-
- Remove consent dialog again
5+
- Remove consent dialog again, due to Mozilla's new "Implicit Consent for Self-Evident, Single-Use Extension" policy
66
- Drag and drop to reorder search engines
77
- Remove Baidu because it doesn't work anymore with URLs
8+
- Add Russian translation and update some others
89

910
## v4.4.2
1011

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reverse-image-search",
33
"description": "Reverse Image Search",
4-
"version": "4.4.2",
4+
"version": "4.4.3",
55
"author": "Brawl345",
66
"license": "Unlicense",
77
"repository": {

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "__MSG_extensionName__",
55
"description": "__MSG_extensionDescription__",
66
"author": "Andreas Bielawski",
7-
"version": "4.4.2",
7+
"version": "4.4.3",
88
"icons": {
99
"16": "icons/16.png",
1010
"32": "icons/32.png",

0 commit comments

Comments
 (0)