Update version to 1.1.0 in all files

This commit is contained in:
courtmanr@gmail.com
2025-03-03 22:58:36 +00:00
parent 48511b7f21
commit 7fdd25c7ee
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -21,6 +21,11 @@ RUN cd frontend && npm run build
# Production stage
FROM node:18-slim
# Add version labels
LABEL version="1.1.0"
LABEL description="ProxMox Pulse - A lightweight monitoring application for ProxMox"
LABEL maintainer="Richard Courtman"
# Create a non-root user
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init \
&& apt-get clean \
+1 -1
View File
@@ -1,4 +1,4 @@
// This file contains the version information for the application
// It is automatically updated when a new release is created
export const VERSION = '1.0.15'; // Updated manually
export const VERSION = '1.1.0'; // Updated manually