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 f0dfea8 commit 0c1cf52Copy full SHA for 0c1cf52
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "o2",
3
"name": "O2",
4
- "version": "2.0.2",
+ "version": "2.0.3",
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
@@ -22,5 +22,6 @@
22
"1.9.3": "0.15.0",
23
"2.0.0": "0.15.0",
24
"2.0.1": "0.15.0",
25
- "2.0.2": "0.15.0"
+ "2.0.2": "0.15.0",
26
+ "2.0.3": "0.15.0"
27
}
0 commit comments