From e503247da1322934a44836a04498f7454b8f0dd0 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 16 Sep 2022 21:30:01 +0100 Subject: [PATCH] Correct viewport meta tag and correct version number to 3.0.0-alpha --- index.html | 4 ++-- scripts/tiploc-finder.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7c3e9f0..9d35245 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - + @@ -99,7 +99,7 @@ diff --git a/scripts/tiploc-finder.js b/scripts/tiploc-finder.js index 68b1a56..b25193a 100644 --- a/scripts/tiploc-finder.js +++ b/scripts/tiploc-finder.js @@ -1,7 +1,7 @@ const url = "https://tiger.worldline.global/"; const view = "/staff;scrollbar=true"; -console.group("Athena - v0.2.1-alpha") +console.group("Athena - v0.3.0-alpha") console.info("Initialising");