diff --git a/apps/hammond/config.json b/apps/hammond/config.json index e0eabeec..f570aa51 100644 --- a/apps/hammond/config.json +++ b/apps/hammond/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "hammond", - "tipi_version": 3, - "version": "0.0.21", - "categories": ["utilities"], + "tipi_version": 4, + "version": "0.0.22", + "categories": [ + "utilities" + ], "description": "Self hosted vehicle and expense management system. Like Clarkson, but better", "short_desc": "Self hosted vehicle and expense management system. Like Clarkson, but better", "author": "Akhilrex, alfhou", @@ -20,5 +22,8 @@ "env_variable": "HAMMOND_TZ" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/hammond/docker-compose.yml b/apps/hammond/docker-compose.yml index ca7d0608..ed30edd8 100644 --- a/apps/hammond/docker-compose.yml +++ b/apps/hammond/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: hammond: container_name: hammond - image: alfhou/hammond:v0.0.21 + image: alfhou/hammond:v0.0.22 ports: - ${APP_PORT}:3000 volumes: