diff --git a/manifest.json b/manifest.json index 07bc8c7..9fdec12 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-relation-pane", "name": "Relation Pane", - "version": "0.0.1", + "version": "0.0.2", "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 1b5e4c9..2218215 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-relation-pane", - "version": "0.0.1", + "version": "0.0.2", "description": "Obsidian (https://obsidian.md) plguin to summarize relations between notes", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 37ed6ad..218cfa6 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.0.1": "1.0.0" + "0.0.1": "1.0.0", + "0.0.2": "1.0.0" } \ No newline at end of file