From 92fabb94dfe5929ea0763e1e3c7b2d2bbb9a54c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dubois?= Date: Tue, 7 Apr 2026 09:25:16 +0200 Subject: [PATCH] chore(all): set base version --- manifest.json | 2 +- package.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" }