diff --git a/package.json b/package.json index 93b489b..372ca26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "owlboard-svelte", - "version": "0.0.1", + "version": "2024.2.1", "private": true, "scripts": { "dev": "vite dev", diff --git a/src/lib/overlays/welcome.svelte b/src/lib/overlays/welcome.svelte index 9e330de..9e96293 100644 --- a/src/lib/overlays/welcome.svelte +++ b/src/lib/overlays/welcome.svelte @@ -20,10 +20,11 @@ } const pageText: string[] = [ - '

A small Update

' + - "

There is a new Facebook Support page 'OwlBoard Support'

" + - '

You can use it to ask for help and give suggestions

' + - '

Help links have been updated.

' + '

A new way to find PIS Codes

' + + "

You can now use a headcode to find a PIS code where there is only a partial match

" + + '

For now, you can see a PIS code where you need to skip some stops at the start,

' + + '

soon, you will be able to find PIS codes where you need to skip stops at the end.

' + + '

Check out our Facebook page for a video-guide

', ]; diff --git a/src/lib/stores/version.ts b/src/lib/stores/version.ts index 347efed..6cc067a 100644 --- a/src/lib/stores/version.ts +++ b/src/lib/stores/version.ts @@ -1,3 +1,3 @@ -export const version: string = '2024.1.1'; +export const version: string = '2024.2.1'; export const versionTag: string = ''; export const showWelcome: boolean = true;