mirror of
https://github.com/ryojerryyu/obsidian-jessiecode.git
synced 2026-07-22 06:43:22 +00:00
v1.0.3
This commit is contained in:
parent
1fe1c35657
commit
80d9577606
3 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue