From 593bc0ad2e390c08e32d4783ca6c78b06ff38277 Mon Sep 17 00:00:00 2001 From: Ole Eskild Steensen Date: Sat, 2 Apr 2022 15:00:09 +0200 Subject: [PATCH] Bump version --- main.ts | 2 +- manifest.json | 2 +- versions.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/main.ts b/main.ts index 8905d810..553a1819 100644 --- a/main.ts +++ b/main.ts @@ -26,7 +26,7 @@ export default class DigitalGarden extends Plugin { publishModal: PublishModal; async onload() { - this.appVersion = "2.8.2"; + this.appVersion = "2.8.3"; console.log("Initializing DigitalGarden plugin v" + this.appVersion); await this.loadSettings(); diff --git a/manifest.json b/manifest.json index a2b97720..3edcf850 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "digitalgarden", "name": "Digital Garden", - "version": "2.8.2", + "version": "2.8.3", "minAppVersion": "0.12.0", "description": "Publish your notes to a digital garden for others to enjoy.", "author": "Ole Eskild Steensen", diff --git a/versions.json b/versions.json index d0c0033e..44c20b86 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.8.3": "0.12.0", "2.8.2": "0.12.0", "2.8.1": "0.12.0", "2.8.0": "0.12.0",