mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
chore: bump version to 1.5.3
This commit is contained in:
+2
-2
@@ -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 \
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "pulse-frontend",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.3",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pulse",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.3",
|
||||
"main": "dist/server.js",
|
||||
"scripts": {
|
||||
"start": "node dist/server.js",
|
||||
|
||||
Reference in New Issue
Block a user