Skip to content

Commit afb8897

Browse files
committed
0.3.3
1 parent e3a5d64 commit afb8897

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "slash-commander",
33
"name": "Slash Commander",
4-
"version": "0.3.2",
5-
"minAppVersion": "1.4.5",
4+
"version": "0.3.3",
5+
"minAppVersion": "1.8.0",
66
"description": "Customize the slash command list, assign each command an icon.",
77
"author": "alephpiece",
88
"authorUrl": "https://github.com/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.2",
3+
"version": "0.3.3",
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
@@ -22,5 +22,6 @@
2222
"0.2.16": "1.4.5",
2323
"0.3.0": "1.4.5",
2424
"0.3.1": "1.4.5",
25-
"0.3.2": "1.4.5"
25+
"0.3.2": "1.4.5",
26+
"0.3.3": "1.8.0"
2627
}

0 commit comments

Comments
 (0)