From 1f31cb189da253a57a0d9a22e6a7446f68b85351 Mon Sep 17 00:00:00 2001 From: jensmtg Date: Wed, 19 Oct 2022 15:25:05 +0200 Subject: [PATCH] Versioning --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 5bacb5c..67c65e9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "influx", "name": "Influx", - "version": "2.0.2", + "version": "2.0.3", "minAppVersion": "1.0.0", "description": "An alternative backlinks plugin, which displays relevant and formatted excerpts from notes with linked mentions, based on the position of mentions in the notes' hierarchical structure (bullet level indentation).", "author": "Jens M Gleditsch", diff --git a/package.json b/package.json index 0ab8c1b..08523a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "influx", - "version": "2.0.2", + "version": "2.0.3", "description": ".", "main": "main.js", "scripts": {