chore: bump version to 1.5.3

This commit is contained in:
courtmanr@gmail.com
2025-03-10 18:06:39 +00:00
parent 2129d8f9e6
commit 450dcd5a3d
4 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -55,9 +55,9 @@ RUN npm run build
FROM node:18-slim
# Add metadata
LABEL version="1.5.1"
LABEL version="1.5.3"
LABEL description="Pulse - A lightweight monitoring application for Proxmox VE"
LABEL maintainer="Richard Courtman"
LABEL maintainer="Richard Courtman <richard@courtman.me>"
# Install runtime dependencies for canvas and create a non-root user
RUN apt-get update && apt-get install -y --no-install-recommends \
+2 -1
View File
@@ -1,6 +1,7 @@
{
"name": "pulse-frontend",
"version": "1.5.1",
"version": "1.5.3",
"private": true,
"main": "index.js",
"scripts": {
"dev": "vite",
+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.5.1';
export const VERSION = '1.5.3';
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pulse",
"version": "1.5.1",
"version": "1.5.3",
"main": "dist/server.js",
"scripts": {
"start": "node dist/server.js",