Skip to content

Commit 6f4d03f

Browse files
authored
Merge pull request #121 from kojibai/main
v42.4.0
2 parents fab38a5 + 173bc58 commit 6f4d03f

4 files changed

Lines changed: 599 additions & 303 deletions

File tree

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// Update this version string manually to keep the app + cache versions in sync.
1616
// The value is forwarded to the UI via the service worker "SW_ACTIVATED" message.
17-
const APP_VERSION = "42.3.0"; // update on release
17+
const APP_VERSION = "42.4.0"; // update on release
1818
const VERSION = new URL(self.location.href).searchParams.get("v") || APP_VERSION; // derived from build
1919
const PREFIX = "PHINETWORK";
2020

0 commit comments

Comments
 (0)