diff --git a/manifest.json b/manifest.json index 52ba209..b6fb8fb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "adjacency-matrix-maker", "name": "Adjacency Matrix Maker", - "version": "0.5.1", + "version": "0.6.0", "minAppVersion": "0.12.5", "description": "Create an interactive image of an adjacency matrix of your vault", "author": "SkepticMystic", diff --git a/package.json b/package.json index cc53adb..a64cda3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adjacency-matrix-maker", - "version": "0.5.1", + "version": "0.6.0", "description": "This plugin creates an interactive adjacency matrix of your vault", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 38aecca..3513b99 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.6.0": "0.12.5", "0.5.1": "0.12.5", "0.5.0": "0.12.5", "0.4.4": "0.12.5",