diff --git a/apps/nextgba/config.json b/apps/nextgba/config.json index 87b0273f..3131d309 100644 --- a/apps/nextgba/config.json +++ b/apps/nextgba/config.json @@ -5,12 +5,17 @@ "exposable": true, "id": "nextgba", "description": "All of your favorite gameboy games in your browser", - "tipi_version": 2, - "version": "v0.0.4", - "categories": ["gaming"], + "tipi_version": 3, + "version": "0.0.5", + "categories": [ + "gaming" + ], "short_desc": "Gameboy in your browser", "author": "meienberger", "source": "https://github.com/meienberger/nextgba", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/nextgba/docker-compose.yml b/apps/nextgba/docker-compose.yml index f0e936f2..cafa7214 100644 --- a/apps/nextgba/docker-compose.yml +++ b/apps/nextgba/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.9" services: nextgba: container_name: nextgba - image: ghcr.io/meienberger/nextgba:v0.0.4 + image: ghcr.io/meienberger/nextgba:v0.0.5 restart: unless-stopped ports: - ${APP_PORT}:3000