diff --git a/dist/manifest.json b/dist/manifest.json index 7fcc548..d3911c1 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -1,7 +1,7 @@ { "id": "meld-build", "name": "Meld Build", - "version": "0.1.8", + "version": "0.1.9", "minAppVersion": "1.0.1", "description": "Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.", "author": "meld-cp", diff --git a/manifest.json b/manifest.json index 7fcc548..d3911c1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "meld-build", "name": "Meld Build", - "version": "0.1.8", + "version": "0.1.9", "minAppVersion": "1.0.1", "description": "Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.", "author": "meld-cp", diff --git a/package.json b/package.json index 2f35951..7333772 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meld-build-obsidian-plugin", - "version": "0.1.8", + "version": "0.1.9", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a82bc9d..41601b4 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.1.5": "1.0.1", "0.1.6": "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" } \ No newline at end of file