mirror of
https://github.com/meld-cp/obsidian-build.git
synced 2026-07-22 07:30:25 +00:00
ver bump
This commit is contained in:
parent
26181f02dc
commit
12f591841c
4 changed files with 5 additions and 4 deletions
2
dist/manifest.json
vendored
2
dist/manifest.json
vendored
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue