diff --git a/manifest.json b/manifest.json index aa58cfb..b3bb1a3 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 10193a9..5cfee25 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index bfdefe5..34736dd 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file