diff --git a/manifest.json b/manifest.json index a13f1e5..4a84d12 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "new-3d-graph", "name": "New 3D Graph", - "version": "2.2.3", + "version": "2.3.0", "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 686203d..8d689f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "3D Graph Plugin", - "version": "2.2.3", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "3D Graph Plugin", - "version": "2.2.3", + "version": "2.3.0", "license": "MIT", "dependencies": { "3d-force-graph": "^1.77.0", diff --git a/package.json b/package.json index 6ddd34c..924d46b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "3D Graph Plugin", - "version": "2.2.3", + "version": "2.3.0", "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 9f88b81..0f82ab6 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "2.0.1": "1.5.0", "2.0.0": "1.5.0", "1.0.0": "1.5.0", - "2.2.3": "1.5.0" + "2.2.3": "1.5.0", + "2.3.0": "1.5.0" } \ No newline at end of file