From c5ff0b2e40d1bc4156b6a00bfd7ccb5b59ea03ab Mon Sep 17 00:00:00 2001 From: Trey Moore Date: Wed, 3 Feb 2021 08:58:23 -0700 Subject: [PATCH] Bump version to 0.8.4 w/ homepage URL change. --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 958968f..f9b7b4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-link-graph-ui", - "version": "0.8.3", + "version": "0.8.4", "scripts": { "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "prepare": "npm run dist", diff --git a/src/manifest.json b/src/manifest.json index ded3d8c..d01ba36 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.treymo.LinkGraph", "app_min_version": "1.7", - "version": "0.8.3", + "version": "0.8.4", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore",