mirror of
https://github.com/dsebastien/obsidian-graph-explorer-base-view.git
synced 2026-07-22 06:56:14 +00:00
chore(all): set base version
This commit is contained in:
parent
e4eaeb97ba
commit
92fabb94df
3 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"0.1.0": "1.10.0"
|
||||
"0.0.1": "1.10.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue