diff --git a/manifest.json b/manifest.json index 3ac864f..3f62d83 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "o2", "name": "O2", - "version": "2.0.0", + "version": "2.0.1", "minAppVersion": "0.15.0", "description": "This is a plugin to make obsidian markdown syntax compatible with other markdown syntax.", "author": "haril song", diff --git a/package.json b/package.json index 596a83a..e98c19c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "o2", - "version": "2.0.0", + "version": "2.0.1", "description": "This is a plugin to make obsidian markdown syntax compatible with other markdown syntax.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 15a1e15..58748f1 100644 --- a/versions.json +++ b/versions.json @@ -20,5 +20,6 @@ "1.9.1": "0.15.0", "1.9.2": "0.15.0", "1.9.3": "0.15.0", - "2.0.0": "0.15.0" + "2.0.0": "0.15.0", + "2.0.1": "0.15.0" } \ No newline at end of file