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 Mar 16, 2022
1 parent 0dd1112 commit 63c4118
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -17,4 +18,4 @@
"1.2.0": "0.12.0",
"1.1.0": "0.12.0",
"1.0.0": "0.12.0"
}
}

0 comments on commit 63c4118

Please sign in to comment.