This commit is contained in:
Ryo 2025-10-09 13:11:46 +08:00
parent 1fe1c35657
commit 80d9577606
No known key found for this signature in database
GPG key ID: 6EB17CCE05DD1BC8
3 changed files with 5 additions and 4 deletions

View file

@ -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
}
}

View file

@ -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": {

View file

@ -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"
}