chore(all): set base version

This commit is contained in:
Sébastien Dubois 2026-04-07 09:25:16 +02:00
parent e4eaeb97ba
commit 92fabb94df
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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",

View file

@ -1,3 +1,3 @@
{
"0.1.0": "1.10.0"
"0.0.1": "1.10.0"
}