diff --git a/manifest.json b/manifest.json index 9fdec12..72a6f62 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-relation-pane", "name": "Relation Pane", - "version": "0.0.2", + "version": "0.0.3", "minAppVersion": "1.0.0", "description": "This plugin displays a panel that summarize relations between notes.", "author": "mottox2", diff --git a/package.json b/package.json index 2218215..534126a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-relation-pane", - "version": "0.0.2", + "version": "0.0.3", "description": "Obsidian (https://obsidian.md) plguin to summarize relations between notes", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 218cfa6..71e17d8 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.0.1": "1.0.0", - "0.0.2": "1.0.0" + "0.0.2": "1.0.0", + "0.0.3": "1.0.0" } \ No newline at end of file