From 9d87e20913709a13a2efd7e949b74cd68cb050f8 Mon Sep 17 00:00:00 2001 From: Aryan Gupta Date: Mon, 29 Jun 2026 22:16:20 +1000 Subject: [PATCH] 2.5.2 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index d6c3959..e0594f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "new-3d-graph", "name": "New 3D Graph", - "version": "2.5.1", + "version": "2.5.2", "minAppVersion": "1.5.0", "description": "Visualize your vault in 3D with a powerful, highly customizable, and filterable graph.", "author": "Aryan Gupta", diff --git a/package-lock.json b/package-lock.json index a0f6790..1e1ace0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "3D Graph Plugin", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "3D Graph Plugin", - "version": "2.5.1", + "version": "2.5.2", "license": "MIT", "dependencies": { "3d-force-graph": "^1.80.0", diff --git a/package.json b/package.json index 4c1cebf..5a5d445 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "3D Graph Plugin", - "version": "2.5.1", + "version": "2.5.2", "description": "Visualize your vault in 3D with a powerful, highly customizable, and filterable graph.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 0ce25de..38681e3 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "2.4.0": "1.5.0", "2.4.1": "1.5.0", "2.5.0": "1.5.0", - "2.5.1": "1.5.0" + "2.5.1": "1.5.0", + "2.5.2": "1.5.0" } \ No newline at end of file