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",