Bump backend to 0.1.31, frontend to 0.1.22

This commit is contained in:
2026-01-01 14:25:28 +01:00
parent b85effb483
commit 314b33db85
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package config
// Version is the application version
const Version = "0.1.30"
const Version = "0.1.31"
var (
// GitCommit will be set by build flags or detected at runtime
+1 -1
View File
@@ -1,6 +1,6 @@
# Frontend Version Management
## Current Version: 0.1.30
## Current Version: 0.1.22
The frontend version is managed independently from the backend.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "bamort-frontend",
"version": "0.1.21",
"version": "0.1.22",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,5 +1,5 @@
// Frontend version information
export const VERSION = '0.1.21'
export const VERSION = '0.1.22'
// Git commit will be injected at build time or detected from env
export const GIT_COMMIT = import.meta.env.VITE_GIT_COMMIT || 'unknown'