mirror of
https://github.com/apoo711/obsidian-3d-graph.git
synced 2026-07-22 13:00:24 +00:00
chore: Bump version to 2.1.1
This commit is contained in:
parent
b91e4671e8
commit
ca3a4217ba
3 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "new-3d-graph",
|
||||
"name": "New 3D Graph",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"minAppVersion": "1.5.0",
|
||||
"description": "Visualize your Vault in 3D with a powerful, highly customizable, and filterable graph.",
|
||||
"author": "Aryan Gupta",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "3D Graph Plugin",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "A 3D Graph Plugin for Obsidian.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"2.1.1": "1.5.0",
|
||||
"2.1.0": "1.5.0",
|
||||
"2.0.1": "1.5.0",
|
||||
"2.0.0": "1.5.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue