From 532df86fa922fe52e13c521c0f639e29c64a96bf Mon Sep 17 00:00:00 2001 From: Sebastian Schauer <233635+makaanneo@users.noreply.github.com> Date: Thu, 15 Dec 2022 10:23:22 +0100 Subject: [PATCH] fix(require version 2.9.17): due to a high impact bug min version for now it 2.9.17 The requirement will be changed in the future to support --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index fa06cdc..aca216a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "id": "io.github.makaanneo.Athena", - "app_min_version": "2.8", + "app_min_version": "2.9.17", "version": "2.1.2", "name": "Athena", "description": "Import files from import a folder into joplin notebook as notes mit metadata (PDF text in note comment, no OCR)",