From ee4c894170eac8b1130fcec790702a00827d0cca Mon Sep 17 00:00:00 2001 From: haril song Date: Thu, 12 Dec 2024 13:49:06 +0900 Subject: [PATCH] 2.2.0 --- manifest.json | 20 ++++++++--------- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 55 ++++++++++++++++++++++++----------------------- 4 files changed, 41 insertions(+), 40 deletions(-) diff --git a/manifest.json b/manifest.json index b1d5ae8..efbc37a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "o2", - "name": "O2", - "version": "2.1.0", - "minAppVersion": "0.15.0", - "description": "This is a plugin to make obsidian markdown syntax compatible with other markdown syntax.", - "author": "haril song", - "authorUrl": "https://github.com/songkg7", - "fundingUrl": "", - "isDesktopOnly": true -} + "id": "o2", + "name": "O2", + "version": "2.2.0", + "minAppVersion": "0.15.0", + "description": "This is a plugin to make obsidian markdown syntax compatible with other markdown syntax.", + "author": "haril song", + "authorUrl": "https://github.com/songkg7", + "fundingUrl": "", + "isDesktopOnly": true +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 48f7693..9dcfbfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "o2", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "o2", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "devDependencies": { "@js-temporal/polyfill": "^0.4.4", diff --git a/package.json b/package.json index e39834d..b182bb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "o2", - "version": "2.1.0", + "version": "2.2.0", "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 7cf7199..efacb96 100644 --- a/versions.json +++ b/versions.json @@ -1,28 +1,29 @@ { - "1.0.0": "0.15.0", - "1.0.1": "0.15.0", - "1.1.0": "0.15.0", - "1.1.1": "0.15.0", - "1.2.0": "0.15.0", - "1.2.1": "0.15.0", - "1.3.0": "0.15.0", - "1.4.0": "0.15.0", - "1.4.1": "0.15.0", - "1.5.0": "0.15.0", - "1.6.0": "0.15.0", - "1.6.1": "0.15.0", - "1.6.2": "0.15.0", - "1.7.0": "0.15.0", - "1.7.1": "0.15.0", - "1.8.0": "0.15.0", - "1.8.1": "0.15.0", - "1.9.0": "0.15.0", - "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.1": "0.15.0", - "2.0.2": "0.15.0", - "2.0.3": "0.15.0", - "2.1.0": "0.15.0" -} + "1.0.0": "0.15.0", + "1.0.1": "0.15.0", + "1.1.0": "0.15.0", + "1.1.1": "0.15.0", + "1.2.0": "0.15.0", + "1.2.1": "0.15.0", + "1.3.0": "0.15.0", + "1.4.0": "0.15.0", + "1.4.1": "0.15.0", + "1.5.0": "0.15.0", + "1.6.0": "0.15.0", + "1.6.1": "0.15.0", + "1.6.2": "0.15.0", + "1.7.0": "0.15.0", + "1.7.1": "0.15.0", + "1.8.0": "0.15.0", + "1.8.1": "0.15.0", + "1.9.0": "0.15.0", + "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.1": "0.15.0", + "2.0.2": "0.15.0", + "2.0.3": "0.15.0", + "2.1.0": "0.15.0", + "2.2.0": "0.15.0" +} \ No newline at end of file