diff --git a/apps/notemark/config.json b/apps/notemark/config.json index ee05225f..25f169d5 100644 --- a/apps/notemark/config.json +++ b/apps/notemark/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8567, "id": "notemark", - "tipi_version": 6, - "version": "0.10.0", - "categories": ["utilities"], + "tipi_version": 7, + "version": "0.11.0", + "categories": [ + "utilities" + ], "description": "Note Mark is a lighting fast and minimal web-based Markdown notes app.", "short_desc": "Lighting fast web-based Markdown notes app.", "author": "enchant97", @@ -20,5 +22,8 @@ "env_variable": "NOTEMARK_SERVICE_SECRET" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/notemark/docker-compose.yml b/apps/notemark/docker-compose.yml index 6e230fb8..ff5dfc7a 100644 --- a/apps/notemark/docker-compose.yml +++ b/apps/notemark/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: notemark: - image: ghcr.io/enchant97/note-mark-frontend:0.10.0 + image: ghcr.io/enchant97/note-mark-frontend:0.11.0 container_name: notemark restart: unless-stopped networks: