Skip to content

Commit cae03e9

Browse files
committed
0.3.1
1 parent 51da7d4 commit cae03e9

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.0",
4+
"version": "0.3.1",
55
"minAppVersion": "1.4.5",
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.0",
3+
"version": "0.3.1",
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
@@ -20,5 +20,6 @@
2020
"0.2.14": "1.4.5",
2121
"0.2.15": "1.4.5",
2222
"0.2.16": "1.4.5",
23-
"0.3.0": "1.4.5"
23+
"0.3.0": "1.4.5",
24+
"0.3.1": "1.4.5"
2425
}

0 commit comments

Comments
 (0)