From 5746f3cb9ef35107c17b5cda748a5754f3c31d31 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Wed, 27 Dec 2023 23:57:21 +0100 Subject: [PATCH] chore(notemark): correct config version --- apps/notemark/config.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/apps/notemark/config.json b/apps/notemark/config.json index 1fb521aa..ee05225f 100644 --- a/apps/notemark/config.json +++ b/apps/notemark/config.json @@ -6,10 +6,8 @@ "port": 8567, "id": "notemark", "tipi_version": 6, - "version": "0.9.0", - "categories": [ - "utilities" - ], + "version": "0.10.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", @@ -22,8 +20,5 @@ "env_variable": "NOTEMARK_SERVICE_SECRET" } ], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] }