Version auf 1.0.0 gesetzt

This commit is contained in:
2026-05-16 09:37:32 +02:00
parent ed97694c44
commit d579cd5ac6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "bodenfeuchte",
"private": true,
"version": "0.1.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
+1 -1
View File
@@ -128,7 +128,7 @@
<!-- Footer -->
<div class="px-8 py-4 border-t-2 border-black flex justify-between text-xs text-gray-500">
<a href="mailto:rexfue@gmail.com" class="hover:text-gray-800 transition-colors">rexfue@gmail.com</a>
<span>v{__APP_VERSION__} · {__BUILD_DATE__}</span>
<span>V {__APP_VERSION__} - {__BUILD_DATE__}</span>
</div>
</div>