Skip to content

Commit 0cdc4b3

Browse files
author
Ole Eskild Steensen
committed
Bump version
1 parent e1a6b68 commit 0cdc4b3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default class DigitalGarden extends Plugin {
1717
appVersion: string;
1818

1919
async onload() {
20-
this.appVersion = "2.1.1";
20+
this.appVersion = "2.1.2";
2121

2222
console.log("Initializing DigitalGarden plugin v" + this.appVersion);
2323
await this.loadSettings();

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "digitalgarden",
33
"name": "Digital Garden",
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"minAppVersion": "0.12.0",
66
"description": "Publish your notes to a digital garden for others to enjoy.",
77
"author": "Ole Eskild Steensen",

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"2.1.2": "0.12.0",
23
"2.1.1": "0.12.0",
34
"2.1.0": "0.12.0",
45
"2.0.0": "0.12.0",

0 commit comments

Comments
 (0)