Skip to content

Commit 5669b85

Browse files
committed
[chore] index minAppVersion for latest release
1 parent c7f42bb commit 5669b85

File tree

4 files changed

+1206
-1216
lines changed

4 files changed

+1206
-1216
lines changed

manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"id": "obsidian-functionplot",
3-
"name": "Obsidian Functionplot",
4-
"minAppVersion": "0.11.13",
5-
"description": "A plugin for displaying mathematical graphs in obsidian.md.",
6-
"author": "leonhma",
7-
"authorUrl": "https://github.com/leonhma",
8-
"isDesktopOnly": false,
9-
"version": "1.0.4"
10-
}
2+
"id": "obsidian-functionplot",
3+
"name": "Obsidian Functionplot",
4+
"minAppVersion": "0.11.13",
5+
"description": "A plugin for displaying mathematical graphs in obsidian.md.",
6+
"author": "leonhma",
7+
"authorUrl": "https://github.com/leonhma",
8+
"isDesktopOnly": false,
9+
"version": "1.0.4"
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.3",
3+
"version": "1.0.4",
44
"description": "A plugin for displaying mathematical functions in obsidian.md.",
55
"repository": "https://github.com/leonhma/obsidian-functionplot",
66
"author": "leonhma",
@@ -22,4 +22,4 @@
2222
"function-plot": "^1.22.9-0",
2323
"obsidian": "^0.11.13"
2424
}
25-
}
25+
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"1.0.0": "0.11.13",
33
"1.0.1": "0.11.13",
44
"1.0.2": "0.11.13",
5-
"1.0.3": "0.11.13"
5+
"1.0.3": "0.11.13",
6+
"1.0.4": "0.11.13"
67
}

0 commit comments

Comments
 (0)