Skip to content

Commit

Permalink
Bumped to version 1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
victrme committed Apr 27, 2023
1 parent aad6f3b commit 9f50ff9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bonjourr",
"version": "1.16.3",
"version": "1.16.4",
"description": "Improve your web browsing experience with Bonjourr, a beautiful, customizable and lightweight homepage.",
"main": "src/scripts/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_extensionName__",
"short_name": "Bonjourr",
"version": "1.16.3",
"version": "1.16.4",
"description": "__MSG_extensionDesc__",
"author": "Victor Azevedo and Tahoe Beetschen",
"default_locale": "en",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/edge.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_extensionName__",
"short_name": "Bonjourr",
"version": "1.16.3",
"version": "1.16.4",
"description": "__MSG_extensionDesc__",
"author": "Victor Azevedo and Tahoe Beetschen",
"default_locale": "en",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "Bonjourr",
"version": "1.16.3",
"version": "1.16.4",
"description": "__MSG_extensionDesc__",
"author": "Victor Azevedo and Tahoe Beetschen",
"homepage_url": "https://bonjourr.fr",
Expand Down
2 changes: 1 addition & 1 deletion src/manifests/safari.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "Bonjourr",
"version": "1.16.3",
"version": "1.16.4",
"description": "__MSG_extensionDesc__",
"author": "Victor Azevedo and Tahoe Beetschen",
"default_locale": "en",
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/services/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const bonjourrCache = 'bonjourr-v1.16.3'
const bonjourrCache = 'bonjourr-v1.16.4'

const filesToChache = [
'/',
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export function tradThis(str: string, lang?: string): string {
}

export const syncDefaults: Sync = {
about: { browser: detectPlatform(), version: '1.16.3' },
about: { browser: detectPlatform(), version: '1.16.4' },
showall: false,
lang: defaultLang,
dark: 'system',
Expand Down

0 comments on commit 9f50ff9

Please sign in to comment.