Skip to content

Commit f06de97

Browse files
committed
[chore] index minAppVersion for latest release
1 parent 6cddf52 commit f06de97

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"authorUrl": "https://github.com/leonhma",
88
"isDesktopOnly": false,
99
"version": "1.0.1"
10-
}
10+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-functionplot",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A plugin for displaying mathematical functions in obsidian.md.",
55
"repository": "https://github.com/leonhma/obsidian-functionplot",
66
"author": "leonhma",
@@ -24,4 +24,4 @@
2424
"function-plot": "^1.22.8",
2525
"obsidian": "^0.11.13"
2626
}
27-
}
27+
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"1.0.0": "0.11.13"
2+
"1.0.0": "0.11.13",
3+
"1.0.1": "0.11.13"
34
}

0 commit comments

Comments
 (0)