Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Eskild Steensen committed Apr 2, 2022
1 parent 7c2f6df commit 593bc0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 593bc0a

Please sign in to comment.