Skip to content

Commit

Permalink
Release 2023.3.15 [ci release] (#1798)
Browse files Browse the repository at this point in the history
Co-authored-by: jonathanKingston <jonathanKingston@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jonathanKingston committed Mar 15, 2023
1 parent bd4202a commit 5ce569d
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 30 deletions.
2 changes: 1 addition & 1 deletion browsers/chrome-mv3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "2023.3.3",
"version": "2023.3.15",
"icons": {
"16": "img/icon_16.png",
"48": "img/icon_48.png",
Expand Down
2 changes: 1 addition & 1 deletion browsers/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "2023.3.3",
"version": "2023.3.15",
"minimum_chrome_version": "92.0",
"icons": {
"16": "img/icon_16.png",
Expand Down
4 changes: 2 additions & 2 deletions browsers/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"default_locale": "en",
"version": "2023.3.3",
"version": "2023.3.15",
"description": "Privacy, simplified. Protect your data as you search and browse: tracker blocking, smarter encryption, private search, and more.",
"icons": {
"16": "img/icon_16.png",
Expand Down Expand Up @@ -86,4 +86,4 @@
"/public/css/autofill.css",
"/public/font/*"
]
}
}

0 comments on commit 5ce569d

Please sign in to comment.