From 639503901401c6f4e2c708e56c45b349aa47c26f Mon Sep 17 00:00:00 2001 From: haril Date: Sun, 19 Mar 2023 04:22:17 +0900 Subject: [PATCH] 1.5.0 --- 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 26bedf3a..451a1b40 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "o2", "name": "O2", - "version": "1.4.1", + "version": "1.5.0", "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 896afef3..e7651a9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "o2", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "o2", - "version": "1.4.1", + "version": "1.5.0", "license": "MIT", "devDependencies": { "@js-temporal/polyfill": "^0.4.3", diff --git a/package.json b/package.json index 2da8a6c1..4e83d795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "o2", - "version": "1.4.1", + "version": "1.5.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 f052e362..2c757062 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "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.4.1": "0.15.0", + "1.5.0": "0.15.0" } \ No newline at end of file