diff --git a/manifest.json b/manifest.json index efd2dd0..52ba209 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "adjacency-matrix-maker", "name": "Adjacency Matrix Maker", - "version": "0.5.0", + "version": "0.5.1", "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 d3a7a58..cc53adb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adjacency-matrix-maker", - "version": "0.5.0", + "version": "0.5.1", "description": "This plugin creates an interactive adjacency matrix of your vault", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1b26433..38aecca 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.5.1": "0.12.5", "0.5.0": "0.12.5", "0.4.4": "0.12.5", "0.4.3": "0.12.5",