Skip to content

Commit 01e461e

Browse files
committed
chore(versions): index minAppVersion for latest release
1 parent 7f8a361 commit 01e461e

3 files changed

Lines changed: 40 additions & 39 deletions

File tree

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.12.2",
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.1.0"
10-
}
2+
"id": "obsidian-functionplot",
3+
"name": "Obsidian Functionplot",
4+
"minAppVersion": "0.12.2",
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.2.0"
10+
}

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "obsidian-functionplot",
3-
"version": "1.1.1",
4-
"description": "A plugin for displaying mathematical functions in obsidian.md.",
5-
"repository": "https://github.com/leonhma/obsidian-functionplot",
6-
"author": "leonhma",
7-
"license": "MIT",
8-
"private": true,
9-
"scripts": {
10-
"build": "webpack"
11-
},
12-
"devDependencies": {
13-
"sass": "^1.54.4",
14-
"sass-loader": "^13.0.2",
15-
"ts-loader": "^9.3.1",
16-
"typescript": "^4.7.4",
17-
"webpack": "^5.74.0",
18-
"webpack-cli": "^4.10.0"
19-
},
20-
"dependencies": {
21-
"function-plot": "^1.22.9-0",
22-
"obsidian": "0.12.2"
23-
}
24-
}
2+
"name": "obsidian-functionplot",
3+
"version": "1.2.0",
4+
"description": "A plugin for displaying mathematical functions in obsidian.md.",
5+
"repository": "https://github.com/leonhma/obsidian-functionplot",
6+
"author": "leonhma",
7+
"license": "MIT",
8+
"private": true,
9+
"scripts": {
10+
"build": "webpack"
11+
},
12+
"devDependencies": {
13+
"sass": "^1.54.4",
14+
"sass-loader": "^13.0.2",
15+
"ts-loader": "^9.3.1",
16+
"typescript": "^4.7.4",
17+
"webpack": "^5.74.0",
18+
"webpack-cli": "^4.10.0"
19+
},
20+
"dependencies": {
21+
"function-plot": "^1.22.9-0",
22+
"obsidian": "0.12.2"
23+
}
24+
}

versions.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"1.0.0": "0.11.13",
3-
"1.0.1": "0.11.13",
4-
"1.0.2": "0.11.13",
5-
"1.0.3": "0.11.13",
6-
"1.1.0": "0.12.2",
7-
"1.1.1": "0.12.2"
8-
}
2+
"1.0.0": "0.11.13",
3+
"1.0.1": "0.11.13",
4+
"1.0.2": "0.11.13",
5+
"1.0.3": "0.11.13",
6+
"1.1.0": "0.12.2",
7+
"1.1.1": "0.12.2",
8+
"1.2.0": "0.12.2"
9+
}

0 commit comments

Comments
 (0)