From d1569094e78f9e408e137bcabe0999de60a3c3c8 Mon Sep 17 00:00:00 2001 From: Kevin Whitaker Date: Mon, 26 Jan 2026 19:14:18 -0500 Subject: [PATCH] update romm to 4.6.0 --- CloudronManifest.json | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 2d1de40..af675c7 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,7 +1,7 @@ { "title": "Romm", - "version": "0.1.0", - "upstreamVersion":"4.5.0", + "version": "0.2.0", + "upstreamVersion":"4.6.0", "author":"Kevin Whitaker ", "description":"A beautiful, powerful, self-hosted rom manager and player.", "healthCheckPath": "/api/heartbeat", diff --git a/Dockerfile b/Dockerfile index 40bd114..7727ba9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=4.5.0 +ARG VERSION=4.6.0 ARG ALPINE_VERSION=3.22 ARG NODE_VERSION=20.19