This commit is contained in:
Cleon 2023-02-04 17:14:21 +13:00
parent d2e0d4f7ea
commit 04535c2f50
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"id": "meld-build",
"name": "Meld Build",
"version": "0.1.4",
"version": "0.1.5",
"minAppVersion": "1.0.1",
"description": "Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.",
"author": "meld-cp",

View file

@ -2,5 +2,6 @@
"0.1.1": "1.0.1",
"0.1.2": "1.0.1",
"0.1.3": "1.0.1",
"0.1.4": "1.0.1"
"0.1.4": "1.0.1",
"0.1.5": "1.0.1"
}