This commit is contained in:
Ryo 2025-10-09 12:59:13 +08:00
parent 123954dc78
commit 1577f1704e
No known key found for this signature in database
GPG key ID: 6EB17CCE05DD1BC8
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-jessiecode",
"name": "Obsidian JessieCode",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "1.5.12",
"description": "Plugin for displaying interactive mathematical images described by JessieCode",
"author": "RyoJerryYu",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-jessiecode",
"version": "1.0.1",
"version": "1.0.2",
"description": "This is a JessieCode plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {

View file

@ -1,4 +1,5 @@
{
"0.5.2": "1.5.12",
"1.0.1": "1.5.12"
"1.0.1": "1.5.12",
"1.0.2": "1.5.12"
}