From 80d95776060e047db84db0e7d799f1cfa5cbe3e6 Mon Sep 17 00:00:00 2001 From: Ryo <36154873+RyoJerryYu@users.noreply.github.com> Date: Thu, 9 Oct 2025 13:11:46 +0800 Subject: [PATCH] v1.0.3 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 39376b8..d06263b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "obsidian-jessiecode", "name": "Obsidian JessieCode", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "1.5.12", "description": "Plugin for displaying interactive mathematical images described by JessieCode", "author": "RyoJerryYu", "authorUrl": "https://github.com/RyoJerryYu", "fundingUrl": "https://www.patreon.com/c/RyoJerryYu", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index ad67e0e..2923c31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-jessiecode", - "version": "1.0.2", + "version": "1.0.3", "description": "This is a JessieCode plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 34736dd..1de55a5 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.5.2": "1.5.12", "1.0.1": "1.5.12", - "1.0.2": "1.5.12" + "1.0.2": "1.5.12", + "1.0.3": "1.5.12" } \ No newline at end of file