We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c3973 commit 94ab4c6Copy full SHA for 94ab4c6
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "o2",
3
"name": "O2",
4
- "version": "2.0.0",
+ "version": "2.0.1",
5
"minAppVersion": "0.15.0",
6
"description": "This is a plugin to make obsidian markdown syntax compatible with other markdown syntax.",
7
"author": "haril song",
package.json
@@ -1,6 +1,6 @@
"name": "o2",
"main": "main.js",
"scripts": {
versions.json
@@ -20,5 +20,6 @@
20
"1.9.1": "0.15.0",
21
"1.9.2": "0.15.0",
22
"1.9.3": "0.15.0",
23
- "2.0.0": "0.15.0"
+ "2.0.0": "0.15.0",
24
+ "2.0.1": "0.15.0"
25
}
0 commit comments