already set next version

This commit is contained in:
2026-02-05 14:37:20 +01:00
parent 6943e678a9
commit 3d0a1b86de
5 changed files with 55 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Frontend Version Management
## Current Version: 0.2.2
## Current Version: 0.2.3
The frontend version is managed independently from the backend.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "bamort-frontend",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"license": "SEE LICENSE IN LICENSE",
"type": "module",
+1 -1
View File
@@ -1,5 +1,5 @@
// Frontend version information
export const VERSION = '0.2.2'
export const VERSION = '0.2.3'
// Git commit will be injected at build time or detected from env
export const GIT_COMMIT = import.meta.env.VITE_GIT_COMMIT || 'unknown'