Skip to content

Commit 74c384c

Browse files
committed
chore: release obsidian plugin v0.1.4
1 parent c7555ba commit 74c384c

File tree

4 files changed

+33
-17
lines changed

4 files changed

+33
-17
lines changed

manifest-beta.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"id": "outliner-md",
3+
"name": "Outliner.md",
4+
"version": "0.1.4",
5+
"minAppVersion": "0.15.0",
6+
"description": "Powerful outliner (editor) view for Obsidian.",
7+
"author": "Boninall",
8+
"authorUrl": "https://github.com/Quorafind",
9+
"fundingUrl": {
10+
"Buy Me a Coffee": "https://www.buymeacoffee.com/boninall",
11+
"爱发电": "https://afdian.net/a/boninall",
12+
"支付宝": "https://cdn.jsdelivr.net/gh/Quorafind/.github@main/IMAGE/%E6%94%AF%E4%BB%98%E5%AE%9D%E4%BB%98%E6%AC%BE%E7%A0%81.jpg"
13+
},
14+
"isDesktopOnly": false
15+
}

manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"id": "outliner-md",
3-
"name": "Outliner.md",
4-
"version": "0.1.3",
5-
"minAppVersion": "0.15.0",
6-
"description": "Powerful outliner (editor) view for Obsidian.",
7-
"author": "Boninall",
8-
"authorUrl": "https://github.com/Quorafind",
9-
"fundingUrl": {
10-
"Buy Me a Coffee": "https://www.buymeacoffee.com/boninall",
11-
"爱发电": "https://afdian.net/a/boninall",
12-
"支付宝": "https://cdn.jsdelivr.net/gh/Quorafind/.github@main/IMAGE/%E6%94%AF%E4%BB%98%E5%AE%9D%E4%BB%98%E6%AC%BE%E7%A0%81.jpg"
13-
},
14-
"isDesktopOnly": false
15-
}
2+
"id": "outliner-md",
3+
"name": "Outliner.md",
4+
"version": "0.1.4",
5+
"minAppVersion": "0.15.0",
6+
"description": "Powerful outliner (editor) view for Obsidian.",
7+
"author": "Boninall",
8+
"authorUrl": "https://github.com/Quorafind",
9+
"fundingUrl": {
10+
"Buy Me a Coffee": "https://www.buymeacoffee.com/boninall",
11+
"爱发电": "https://afdian.net/a/boninall",
12+
"支付宝": "https://cdn.jsdelivr.net/gh/Quorafind/.github@main/IMAGE/%E6%94%AF%E4%BB%98%E5%AE%9D%E4%BB%98%E6%AC%BE%E7%A0%81.jpg"
13+
},
14+
"isDesktopOnly": false
15+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "outliner-md",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "A supercharge outliner plugin for Obsidian.",
55
"author": "Boninall",
66
"main": "main.js",

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"0.1.3": "0.15.0"
3-
}
2+
"0.1.3": "0.15.0",
3+
"0.1.4": "0.15.0"
4+
}

0 commit comments

Comments
 (0)