Skip to content

Commit 6132d31

Browse files
committed
1 parent 4f46e66 commit 6132d31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chromium/extension/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const appReady = (async () => {
66
// Init APP data
77
const app = {
88
version: chrome.runtime.getManifest().version,
9-
commitHashes: { app: 'c4a8542' }, // for cached app.json + sites.json5
9+
commitHashes: { app: '4f46e66' }, // for cached app.json + sites.json5
1010
runtime: (() => {
1111
return typeof chrome != 'undefined' && chrome.runtime ? (
1212
typeof browser != 'undefined' ? 'Firefox add-on'

firefox/extension/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ importScripts('lib/json5.min.js')
66
// Init APP data
77
const app = {
88
version: chrome.runtime.getManifest().version,
9-
commitHashes: { app: 'c4a8542' }, // for cached app.json + sites.json5
9+
commitHashes: { app: '4f46e66' }, // for cached app.json + sites.json5
1010
runtime: (() => {
1111
return typeof chrome != 'undefined' && chrome.runtime ? (
1212
typeof browser != 'undefined' ? 'Firefox add-on'

0 commit comments

Comments
 (0)