From cc17960cd99315c28494990fd95f0769e047df42 Mon Sep 17 00:00:00 2001 From: haril Date: Tue, 23 Jul 2024 13:54:56 +0900 Subject: [PATCH] 2.0.2 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 3f62d83..0313267 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "o2", "name": "O2", - "version": "2.0.1", + "version": "2.0.2", "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 e98c19c..94d0fb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "o2", - "version": "2.0.1", + "version": "2.0.2", "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 58748f1..5472be8 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "1.9.2": "0.15.0", "1.9.3": "0.15.0", "2.0.0": "0.15.0", - "2.0.1": "0.15.0" + "2.0.1": "0.15.0", + "2.0.2": "0.15.0" } \ No newline at end of file