This commit is contained in:
Ryo 2025-10-09 13:57:23 +08:00
parent 5982149c8e
commit 555a9090ca
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": "jessiecode",
"name": "JessieCode",
"version": "1.0.4",
"version": "1.0.5",
"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.4",
"version": "1.0.5",
"description": "This is a JessieCode plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {

View file

@ -3,5 +3,6 @@
"1.0.1": "1.5.12",
"1.0.2": "1.5.12",
"1.0.3": "1.5.12",
"1.0.4": "1.5.12"
"1.0.4": "1.5.12",
"1.0.5": "1.5.12"
}