diff --git a/apps/notemark/config.json b/apps/notemark/config.json index f6d8273be..1aef370c4 100644 --- a/apps/notemark/config.json +++ b/apps/notemark/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8567, "id": "notemark", - "tipi_version": 13, - "version": "0.13.1", + "tipi_version": 14, + "version": "0.14.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.", @@ -22,5 +22,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1723566283000 + "updated_at": 1727129377000 } diff --git a/apps/notemark/docker-compose.yml b/apps/notemark/docker-compose.yml index 4389c85f2..e47247a46 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.13.1 + image: ghcr.io/enchant97/note-mark-frontend:0.14.0 container_name: notemark restart: unless-stopped networks: