We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1d50f commit 45ec1bfCopy full SHA for 45ec1bf
1 file changed
src/version.ts
@@ -1,7 +1,7 @@
1
// src/version.ts
2
// Shared PWA version constants so the app shell, SW registration, and UI stay in sync.
3
4
-export const BASE_APP_VERSION = "29.5.9"; // Canonical offline/PWA version
+export const BASE_APP_VERSION = "29.6"; // Canonical offline/PWA version
5
export const SW_VERSION_EVENT = "kairos:sw-version";
6
export const DEFAULT_APP_VERSION = BASE_APP_VERSION; // Keep in sync with public/sw.js
7
const ENV_APP_VERSION =
0 commit comments