diff --git a/src/lib/overlays/welcome.svelte b/src/lib/overlays/welcome.svelte index 678ae5e..4286a7c 100644 --- a/src/lib/overlays/welcome.svelte +++ b/src/lib/overlays/welcome.svelte @@ -20,9 +20,9 @@ } const pageText: string[] = [ - '

Staff LDB Updated

' + - '

An upgrade to the Staff Departure Boards may mean that they are temporarily unavailable while your device updates the app

' + - '

Once the update is complete, staff departure board will load faster and more reliably over slow connections

', + '

Service Unavailability

' + + '

Due to changing internet service providers and hardware upgrades during November and December, OwlBoard may be unavailable for short periods.

' + + "

Downtime will be kept to a minimum as it's my own personal connection too.

", ]; diff --git a/src/lib/stores/version.ts b/src/lib/stores/version.ts index 96c1c64..1f39f91 100644 --- a/src/lib/stores/version.ts +++ b/src/lib/stores/version.ts @@ -1,3 +1,3 @@ -export const version: string = '2023.10.1'; +export const version: string = '2023.10.2'; export const versionTag: string = ''; export const showWelcome: boolean = true;