File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default class DigitalGarden extends Plugin {
17
17
appVersion : string ;
18
18
19
19
async onload ( ) {
20
- this . appVersion = "2.1.1 " ;
20
+ this . appVersion = "2.1.2 " ;
21
21
22
22
console . log ( "Initializing DigitalGarden plugin v" + this . appVersion ) ;
23
23
await this . loadSettings ( ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " digitalgarden" ,
3
3
"name" : " Digital Garden" ,
4
- "version" : " 2.1.1 " ,
4
+ "version" : " 2.1.2 " ,
5
5
"minAppVersion" : " 0.12.0" ,
6
6
"description" : " Publish your notes to a digital garden for others to enjoy." ,
7
7
"author" : " Ole Eskild Steensen" ,
Original file line number Diff line number Diff line change 1
1
{
2
+ "2.1.2" : " 0.12.0" ,
2
3
"2.1.1" : " 0.12.0" ,
3
4
"2.1.0" : " 0.12.0" ,
4
5
"2.0.0" : " 0.12.0" ,
You can’t perform that action at this time.
0 commit comments