From 9a9d1a5789fd0c77ace45d6419dbd90f355b581b Mon Sep 17 00:00:00 2001
From: Sebastian Pape <sebastian.pape@rwth-aachen.de>
Date: Tue, 11 Feb 2025 01:10:15 +0100
Subject: [PATCH] Fixing Versioning Schema

---
 data/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/index.html b/data/index.html
index d14a468..217b3f0 100644
--- a/data/index.html
+++ b/data/index.html
@@ -139,7 +139,7 @@
 	</head>
 	<body style="display: flex; flex-direction: row; align-items: center; flex-wrap: wrap; justify-content: center;">
 		<div class="box niceBorder" style="flex: 0 1 75%; text-align: center; padding: 20px;">
-			<div style="font-size: 3em">Calibratio V1.1</div><br />
+			<div style="font-size: 3em">Calibratio V2</div><br />
 			This device measures the movement to photon latency. No moving parts this time!
 		</div>
 		<div style="display: flex; flex-direction: column; align-items: stretch; flex-wrap: wrap; justify-content: center;">
-- 
GitLab