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