File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " obsidian-plantuml" ,
3
3
"name" : " PlantUML" ,
4
- "version" : " 1.6.0 " ,
4
+ "version" : " 1.6.1 " ,
5
5
"minAppVersion" : " 0.13.0" ,
6
6
"description" : " Render PlantUML Diagrams" ,
7
7
"author" : " Johannes Theiner" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obsidian-plantuml" ,
3
- "version" : " 1.6.0 " ,
3
+ "version" : " 1.6.1 " ,
4
4
"description" : " PlantUML rendering for Obsidian.md" ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 28
28
.internal-embed .file-embed [src $= ".puml" ] {
29
29
display : none;
30
30
}
31
+
32
+ .internal-embed .file-embed [src $= ".pu" ] {
33
+ display : none;
34
+ }
Original file line number Diff line number Diff line change 18
18
"1.5.1" : " 0.13.0" ,
19
19
"1.5.2" : " 0.13.0" ,
20
20
"1.5.3" : " 0.13.0" ,
21
- "1.6.0" : " 0.13.0"
21
+ "1.6.0" : " 0.13.0" ,
22
+ "1.6.1" : " 0.13.0"
22
23
}
You can’t perform that action at this time.
0 commit comments