Wrapping up for the day. It is Friday. Things mostly work.

This commit is contained in:
Scott Idem
2024-08-16 18:34:54 -04:00
parent 68727d24cf
commit 85138e7b44
4 changed files with 16 additions and 16 deletions

View File

@@ -47,8 +47,8 @@ export let ae_snip = string_snippets;
// *** BEGIN *** Longer-term app data. This should be stored to local storage.
export let ae_app_local_data_struct: key_val = {
'ver': '2024-08-07_1504',
'ver_idb': '2024-08-07_1505', // Clear if date IndexedDB version
'ver': '2024-08-16_1821',
'ver_idb': '2024-08-16_1826', // Clear if date IndexedDB version
'name': 'Aether - App Hub (SvelteKit 2.x Svelte 4.x)',
'theme': 'light',
'iframe': false,