From 36f7043d456acd0c83eec92ebae724e54d6dd317 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Sun, 13 Jun 2021 12:46:04 +0200 Subject: [PATCH] Prep 0.6.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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",