From e287a00cce7c8688bc75c5d72e72140348fc572f Mon Sep 17 00:00:00 2001 From: haril song Date: Fri, 13 Dec 2024 00:01:48 +0900 Subject: [PATCH] 2.2.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index efbc37a..9ede37d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "o2", "name": "O2", - "version": "2.2.0", + "version": "2.2.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-lock.json b/package-lock.json index 966ca77..d15ef14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "o2", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "o2", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "devDependencies": { "@js-temporal/polyfill": "^0.4.4", diff --git a/package.json b/package.json index 4c2d833..7f16421 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "o2", - "version": "2.2.0", + "version": "2.2.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 efacb96..d5350f6 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "2.0.2": "0.15.0", "2.0.3": "0.15.0", "2.1.0": "0.15.0", - "2.2.0": "0.15.0" + "2.2.0": "0.15.0", + "2.2.1": "0.15.0" } \ No newline at end of file