From d6e4afee85678e8da38f6bc3ceaed604e35bc81f Mon Sep 17 00:00:00 2001 From: haril Date: Fri, 24 Feb 2023 21:17:02 +0900 Subject: [PATCH] 1.0.1 --- manifest.json | 20 ++++++++++---------- package-lock.json | 2 +- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/manifest.json b/manifest.json index 67e7863a..c2cc4320 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "o2", - "name": "O2", - "version": "1.0.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": "1.0.1", + "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 c0c4eb71..22ad5233 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "o2", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3395d3fe..93d27576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "o2", - "version": "1.0.0", + "version": "1.0.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 af9a39e7..a6d5a030 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" -} + "1.0.0": "0.15.0", + "1.0.1": "0.15.0" +} \ No newline at end of file