From 0c1cf523ee776cc30e28137ed74a87fa86f78f0d Mon Sep 17 00:00:00 2001 From: haril Date: Tue, 23 Jul 2024 14:03:44 +0900 Subject: [PATCH] 2.0.3 --- 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 0313267..b2bbee7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "o2", "name": "O2", - "version": "2.0.2", + "version": "2.0.3", "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 94d0fb6..d23901e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "o2", - "version": "2.0.2", + "version": "2.0.3", "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 5472be8..34e8cdf 100644 --- a/versions.json +++ b/versions.json @@ -22,5 +22,6 @@ "1.9.3": "0.15.0", "2.0.0": "0.15.0", "2.0.1": "0.15.0", - "2.0.2": "0.15.0" + "2.0.2": "0.15.0", + "2.0.3": "0.15.0" } \ No newline at end of file