diff --git a/src/main.ts b/src/main.ts index 931aadb..8a85008 100644 --- a/src/main.ts +++ b/src/main.ts @@ -52,7 +52,7 @@ if(splash) { }); } -console.info(`LiveAtlas version ${store.state.version}`); +console.info(`LiveAtlas version ${store.state.version} - https://github.com/JLyne/LiveAtlas`); const app = createApp(App).use(store);