diff --git a/src/lib/ae_stores.ts b/src/lib/ae_stores.ts
index e64fc16d..aff57f76 100644
--- a/src/lib/ae_stores.ts
+++ b/src/lib/ae_stores.ts
@@ -47,7 +47,7 @@ export let ae_snip = string_snippets;
// };
// Set the version for the app data. Changing this should force a notification and ask the user to clear and reload the page.
-let ver = '2025-04-29_1545'; // KEEP: 2025-04-18_1335
+let ver = '2025-04-30_1320'; // KEEP: 2025-04-18_1335 and 2025-04-29_1545
let ver_idb = '2025-04-18_1100'; // Not used
// *** BEGIN *** Longer-term app data. This should be stored to local storage.
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 4e8c7da8..2db4718c 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -675,8 +675,8 @@ $effect(() => {
{#if (browser && flag_new_ver)}
-
New Version Available
-
A new version of the site is available. Please reload the page.
+
New Version Available
+
A new version of the site is available. Please use the Clear Cache and Reload button below to update.
+
+
+
If you have tried the "Clear Cache and Reload" button, you may need to manually reload the page using your browser's reload button or by pressing Ctrl + R or Cmd + R.
+
This sometimes happens with new versions of the app or when in an iframe.
+
+
{:else if browser && $ae_loc?.cache_expired}
-
Expired Cache
+
Expired Cache
The cache for this site has expired. Please reload the page.
+
+
+
If you have tried the "Clear Cache and Reload" button, you may need to manually reload the page using your browser's reload button or by pressing Ctrl + R or Cmd + R.
+
This sometimes happens with new versions of the app or when in an iframe.
If you have tried the "Reload and Clear Cache" button, you may need to manually reload the page using your browser's reload button or by pressing Ctrl + R or Cmd + R.
+
If you have tried the "Clear Cache and Reload" button, you may need to manually reload the page using your browser's reload button or by pressing Ctrl + R or Cmd + R.
This sometimes happens with new versions of the app or when in an iframe.