This commit is contained in:
Cleon 2023-03-26 10:33:39 +13:00
parent 26181f02dc
commit 12f591841c
4 changed files with 5 additions and 4 deletions

2
dist/manifest.json vendored
View file

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

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "meld-build-obsidian-plugin", "name": "meld-build-obsidian-plugin",
"version": "0.1.8", "version": "0.1.9",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)", "description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -6,5 +6,6 @@
"0.1.5": "1.0.1", "0.1.5": "1.0.1",
"0.1.6": "1.0.1", "0.1.6": "1.0.1",
"0.1.7": "1.0.1", "0.1.7": "1.0.1",
"0.1.8": "1.0.1" "0.1.8": "1.0.1",
"0.1.9": "1.0.1"
} }