Skip to content

Commit 16bb13e

Browse files
committed
chore(versions): index minAppVersion for latest release
1 parent b3bd0cb commit 16bb13e

4 files changed

Lines changed: 1201 additions & 1196 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.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.1.0"
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.1.1"
10+
}

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
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-
"copy-webpack-plugin": "^11.0.0",
14-
"sass": "^1.54.4",
15-
"sass-loader": "^13.0.2",
16-
"ts-loader": "^9.3.1",
17-
"typescript": "^4.7.4",
18-
"webpack": "^5.74.0",
19-
"webpack-cli": "^4.10.0"
20-
},
21-
"dependencies": {
22-
"function-plot": "^1.22.9-0",
23-
"obsidian": "^0.11.13"
24-
}
25-
}
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+
"copy-webpack-plugin": "^11.0.0",
14+
"sass": "^1.54.4",
15+
"sass-loader": "^13.0.2",
16+
"ts-loader": "^9.3.1",
17+
"typescript": "^4.7.4",
18+
"webpack": "^5.74.0",
19+
"webpack-cli": "^4.10.0"
20+
},
21+
"dependencies": {
22+
"function-plot": "^1.22.9-0",
23+
"obsidian": "^0.11.13"
24+
}
25+
}

versions.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.11.13",
7-
"1.1.1": "0.11.13"
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.11.13",
7+
"1.1.1": "0.11.13"
8+
}

0 commit comments

Comments
 (0)