Cleanup for 0.5.0 alpha release
All checks were successful
Build Dev PWA / Build-PWA (push) Successful in 36s

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-08-21 15:48:55 -07:00
parent f35b28a7fb
commit 523b50ec65
5 changed files with 6 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ const state = reactive({
disclaimerAgreement: false,
enabledRegions: ['thorax','abdomen','limbs','head'],
regionIconSet: Math.floor(Math.random() * 3) + 1,
version: '0.5.0-rc',
version: '0.5.0-alpha',
fullscreen: false,
useExternal: 'optional',
siteDemo: false,