From 63c41181dfe50680aced4a65774f5dc7f1420386 Mon Sep 17 00:00:00 2001 From: Ole Eskild Steensen Date: Wed, 16 Mar 2022 12:02:08 +0100 Subject: [PATCH] Bump version --- main.ts | 2 +- manifest.json | 4 ++-- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/main.ts b/main.ts index 83e309c8..efbe59c0 100644 --- a/main.ts +++ b/main.ts @@ -23,7 +23,7 @@ export default class DigitalGarden extends Plugin { publishModal: PublishModal; async onload() { - this.appVersion = "2.6.1"; + this.appVersion = "2.6.2"; console.log("Initializing DigitalGarden plugin v" + this.appVersion); await this.loadSettings(); diff --git a/manifest.json b/manifest.json index ac895470..c384f011 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "digitalgarden", "name": "Digital Garden", - "version": "2.6.1", + "version": "2.6.2", "minAppVersion": "0.12.0", "description": "Publish your notes to a digital garden for others to enjoy.", "author": "Ole Eskild Steensen", "authorUrl": "https://ole.dev/garden", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/versions.json b/versions.json index e8d49c13..37506320 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.6.2": "0.12.0", "2.6.1": "0.12.0", "2.6.0": "0.12.0", "2.5.0": "0.12.0", @@ -17,4 +18,4 @@ "1.2.0": "0.12.0", "1.1.0": "0.12.0", "1.0.0": "0.12.0" -} \ No newline at end of file +}