diff --git a/manifest.json b/manifest.json index 1997ec3..37d42e0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "new-3d-graph", "name": "New 3D Graph", - "version": "2.4.1", + "version": "2.5.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 fab10c8..c81fc43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "3D Graph Plugin", - "version": "2.4.1", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "3D Graph Plugin", - "version": "2.4.1", + "version": "2.5.0", "license": "MIT", "dependencies": { "3d-force-graph": "^1.80.0", diff --git a/package.json b/package.json index 130aeeb..63d4d7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "3D Graph Plugin", - "version": "2.4.1", + "version": "2.5.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 ee2f409..773708c 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "2.2.3": "1.5.0", "2.3.0": "1.5.0", "2.4.0": "1.5.0", - "2.4.1": "1.5.0" + "2.4.1": "1.5.0", + "2.5.0": "1.5.0" } \ No newline at end of file