diff --git a/manifest.json b/manifest.json index 3ef6eaf..4a43db9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "graph-explorer-base-view", "name": "Graph Explorer Base View", "description": "A custom Obsidian Bases view that renders notes as an interactive force-directed graph with explored/unexplored tracking", - "version": "0.1.0", + "version": "0.0.1", "minAppVersion": "1.10.0", "isDesktopOnly": false, "author": "Sébastien Dubois", diff --git a/package.json b/package.json index 4cb9caa..a1f0be3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graph-explorer-base-view", - "version": "0.1.0", + "version": "0.0.1", "description": "A custom Obsidian Bases view that renders notes as an interactive force-directed graph with explored/unexplored tracking", "author": { "name": "Sébastien Dubois", diff --git a/versions.json b/versions.json index 18be73b..3bdb666 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.1.0": "1.10.0" + "0.0.1": "1.10.0" }