Bump backend to 0.1.37, frontend to 0.1.29

This commit is contained in:
2026-01-15 06:39:55 +01:00
parent 4cbadaf561
commit fc18212f43
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Frontend Version Management
## Current Version: 0.1.28
## Current Version: 0.1.29
The frontend version is managed independently from the backend.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "bamort-frontend",
"version": "0.1.28",
"version": "0.1.29",
"private": true,
"license": "SEE LICENSE IN LICENSE",
"type": "module",
+1 -1
View File
@@ -1,5 +1,5 @@
// Frontend version information
export const VERSION = '0.1.28'
export const VERSION = '0.1.29'
// Git commit will be injected at build time or detected from env
export const GIT_COMMIT = import.meta.env.VITE_GIT_COMMIT || 'unknown'