Skip to content

Commit 801c632

Browse files
committed
0.3.4
1 parent 9737ae9 commit 801c632

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.3",
4+
"version": "0.3.4",
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.3",
3+
"version": "0.3.4",
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
@@ -23,5 +23,6 @@
2323
"0.3.0": "1.4.5",
2424
"0.3.1": "1.4.5",
2525
"0.3.2": "1.4.5",
26-
"0.3.3": "1.8.0"
26+
"0.3.3": "1.8.0",
27+
"0.3.4": "1.8.0"
2728
}

0 commit comments

Comments
 (0)