diff --git a/manifest.json b/manifest.json index 8c6cfb1..5315aaf 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,5 @@ "author": "leonhma", "authorUrl": "https://github.com/leonhma", "isDesktopOnly": false, - "version": "1.0.1" + "version": "1.0.2" } \ No newline at end of file diff --git a/package.json b/package.json index 94ef677..1927dcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-functionplot", - "version": "1.0.1", + "version": "1.0.2", "description": "A plugin for displaying mathematical functions in obsidian.md.", "repository": "https://github.com/leonhma/obsidian-functionplot", "author": "leonhma", @@ -22,4 +22,4 @@ "function-plot": "^1.22.8", "obsidian": "^0.11.13" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index 71aa090..92b3e7f 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.11.13", - "1.0.1": "0.11.13" + "1.0.1": "0.11.13", + "1.0.2": "0.11.13" } \ No newline at end of file