correct min version

This commit is contained in:
Cleon 2023-01-08 13:55:04 +13:00
parent 97d05c4ddf
commit b1d641077d
3 changed files with 5 additions and 5 deletions

2
dist/manifest.json vendored
View file

@ -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/",

View file

@ -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/",

View file

@ -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"
}