Compare commits

..

2 Commits

Author SHA1 Message Date
18c4961402 build: update dist files for v1.0.2 2026-02-13 11:47:15 +01:00
Michael
25816b7fb5 Bump version from v1.0.1 to v1.0.2 - update test 2026-02-13 11:43:09 +01:00
5 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

10
dist/install.html vendored

File diff suppressed because one or more lines are too long

View File

@@ -1278,7 +1278,7 @@ body {
<div class="brand">
<span class="material-icons-round logo-icon">restaurant_menu</span>
<div class="header-left">
<h1>Kantinen Übersicht <small style="font-size: 0.6em; opacity: 0.7; font-weight: 400;">v1.0.1</small></h1>
<h1>Kantinen Übersicht <small style="font-size: 0.6em; opacity: 0.7; font-weight: 400;">v1.0.2</small></h1>
<div id="last-updated-subtitle" class="subtitle"></div>
</div>
</div>
@@ -2486,7 +2486,7 @@ body {
// === Version Check ===
async function checkForUpdates() {
const CurrentVersion = 'v1.0.1'; // Injected by build script
const CurrentVersion = 'v1.0.2'; // Injected by build script
const VersionUrl = 'https://raw.githubusercontent.com/TauNeutrino/kantine-overview/main/version.txt';
const InstallerUrl = 'https://github.com/TauNeutrino/kantine-overview/raw/main/dist/install.html';

View File

@@ -1 +1 @@
v1.0.1
v1.0.2