From b1d641077d7275b5dc368f839f20c2ed59ae0265 Mon Sep 17 00:00:00 2001 From: Cleon <18450687+meld-cp@users.noreply.github.com> Date: Sun, 8 Jan 2023 13:55:04 +1300 Subject: [PATCH] correct min version --- dist/manifest.json | 2 +- manifest.json | 2 +- versions.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/manifest.json b/dist/manifest.json index e797b58..3bf2b74 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -2,7 +2,7 @@ "id": "meld-build", "name": "Meld Build", "version": "0.1.3", - "minAppVersion": "1.1.9", + "minAppVersion": "1.0.1", "description": "Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.", "author": "meld-cp", "authorUrl": "https://github.com/meld-cp/", diff --git a/manifest.json b/manifest.json index e797b58..3bf2b74 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "meld-build", "name": "Meld Build", "version": "0.1.3", - "minAppVersion": "1.1.9", + "minAppVersion": "1.0.1", "description": "Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.", "author": "meld-cp", "authorUrl": "https://github.com/meld-cp/", diff --git a/versions.json b/versions.json index 0b00fa5..1c17341 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,5 @@ { - "0.1.3": "1.1.9", - "0.1.2": "1.1.9", - "0.1.1": "1.1.9" + "0.1.3": "1.0.1", + "0.1.2": "1.0.1", + "0.1.1": "1.0.1" }