From 5f19ffc402fdf0897d8d01cca0f6d226990c4782 Mon Sep 17 00:00:00 2001 From: zmister Date: Sat, 6 Jan 2024 20:16:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E8=87=B31.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- package.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 4efbdf9..124b439 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-mrdoc-plugin", "name": "MrDoc Plugin", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "1.4.16", "description": "Demonstrates some of the capabilities of the Obsidian API.", "author": "zmister", diff --git a/package.json b/package.json index ea03b18..7b80135 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.1", + "version": "1.0.2", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 18af01b..7b2a176 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.1": "0.15.0" + "1.0.2": "0.15.0" }