Skip to content

Commit bc65d37

Browse files
committed
v42.2.0
1 parent d74c7bb commit bc65d37

3 files changed

Lines changed: 3 additions & 3 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.1.0"; // update on release
17+
const APP_VERSION = "42.2.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

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// src/version.ts
22
// Shared PWA version constants so the app shell, SW registration, and UI stay in sync.
33

4-
export const BASE_APP_VERSION = "42.1.0"; // Canonical offline/PWA version
4+
export const BASE_APP_VERSION = "42.2.0"; // Canonical offline/PWA version
55
export const SW_VERSION_EVENT = "kairos:sw-version";
66
export const DEFAULT_APP_VERSION = BASE_APP_VERSION; // Keep in sync with public/sw.js
77
const ENV_APP_VERSION =

0 commit comments

Comments
 (0)