Skip to content

Commit 8fb07ea

Browse files
committed
Bumped to version 20.4.2
1 parent 47e5c9e commit 8fb07ea

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bonjourr",
3-
"version": "20.4.1",
3+
"version": "20.4.2",
44
"description": "Improve your web browsing experience with Bonjourr, a beautiful, customizable and lightweight homepage.",
55
"author": "Victor Azevedo (https://victr.me)",
66
"license": "ISC",

src/manifests/chrome.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "__MSG_extensionName__",
44
"short_name": "Bonjourr",
5-
"version": "20.4.1",
5+
"version": "20.4.2",
66
"description": "__MSG_extensionDesc__",
77
"author": "Victor Azevedo and Tahoe Beetschen",
88
"default_locale": "en",

src/manifests/edge.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "__MSG_extensionName__",
44
"short_name": "Bonjourr",
5-
"version": "20.4.1",
5+
"version": "20.4.2",
66
"description": "__MSG_extensionDesc__",
77
"author": "Victor Azevedo and Tahoe Beetschen",
88
"default_locale": "en",

src/manifests/firefox.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "__MSG_extensionName__",
44
"short_name": "Bonjourr",
5-
"version": "20.4.1",
5+
"version": "20.4.2",
66
"description": "__MSG_extensionDesc__",
77
"author": "Victor Azevedo and Tahoe Beetschen",
88
"homepage_url": "https://bonjourr.fr",

src/manifests/safari.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "__MSG_extensionName__",
44
"short_name": "Bonjourr",
5-
"version": "20.4.1",
5+
"version": "20.4.2",
66
"description": "__MSG_extensionDesc__",
77
"author": "Victor Azevedo and Tahoe Beetschen",
88
"default_locale": "en",

src/scripts/defaults.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import langList from './langs'
22

3-
export const CURRENT_VERSION = '20.4.1'
3+
export const CURRENT_VERSION = '20.4.2'
44

55
export const API_DOMAIN = 'https://services.bonjourr.fr'
66

src/scripts/services/service-worker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (globalThis.chrome) {
99
self.addEventListener('fetch', retrieveCache)
1010
}
1111

12-
const CACHE_KEY = '20.4.1'
12+
const CACHE_KEY = '20.4.2'
1313
const API_URLS = ['unsplash.com', 'jsdelivr.net', 'api.bonjourr']
1414

1515
// Web Extension

0 commit comments

Comments
 (0)