From 03d36b8abe0140d971bd6a899737290606731dac Mon Sep 17 00:00:00 2001 From: Trey Moore Date: Tue, 2 Feb 2021 17:50:27 -0700 Subject: [PATCH] Increment to version v0.8.3. --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ec88fc9..958968f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "joplin-plugin-link-graph-ui", - "version": "0.8.2", + "version": "0.8.3", "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 fa25db7..606b045 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.2", + "version": "0.8.3", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore",