Skip to content

Commit b81a0bd

Browse files
committed
0.3.7
1 parent 8e05ddb commit b81a0bd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "slash-commander",
33
"name": "Slash Commander",
4-
"version": "0.3.6",
4+
"version": "0.3.7",
55
"minAppVersion": "1.8.0",
66
"description": "Customize the slash command list, assign each command an icon.",
77
"author": "alephpiece",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slash-commander",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "Customizable slash commands for Obsidian.md",
55
"main": "main.js",
66
"type": "module",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
"0.3.3": "1.8.0",
2727
"0.3.4": "1.8.0",
2828
"0.3.5": "1.8.0",
29-
"0.3.6": "1.8.0"
29+
"0.3.6": "1.8.0",
30+
"0.3.7": "1.8.0"
3031
}

0 commit comments

Comments
 (0)