Aktualisiere die Version auf 3.1.1 und entferne die veraltete APP_VERSION-Konstante
All checks were successful
Deploy production / deploy (push) Successful in 1m1s

This commit is contained in:
Torsten Schulz (local)
2026-08-27 07:30:38 +02:00
parent 4787700cd0
commit c239ef19d1
6 changed files with 12 additions and 12 deletions

5
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "timeclock",
"version": "3.0.0",
"version": "3.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "timeclock",
"version": "3.0.0",
"version": "3.1.1",
"license": "ISC",
"workspaces": [
"backend",
@@ -43,7 +43,6 @@
},
"frontend": {
"name": "timeclock-frontend",
"version": "3.0.0",
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.3.11",