Skip to content

Commit 45ec1bf

Browse files
committed
Update version.ts
1 parent dd1d50f commit 45ec1bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "29.5.9"; // Canonical offline/PWA version
4+
export const BASE_APP_VERSION = "29.6"; // 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)