diff --git a/manifest.json b/manifest.json index 4dfd85e..15bbec0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "adjacency-matrix-maker", "name": "Adjacency Matrix Maker", - "version": "0.3.1", + "version": "0.4.0", "minAppVersion": "0.12.4", "description": "Create an interactive image of an adjacency matrix of your vault", "author": "SkepticMystic", diff --git a/package.json b/package.json index c22acd5..9ab7588 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adjacency-matrix-maker", - "version": "0.3.1", + "version": "0.4.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 a66296c..7befcb2 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.4.0": "0.12.4", "0.3.1": "0.12.4", "0.3.0": "0.12.4", "0.2.0": "0.12.4",