diff --git a/manifest.json b/manifest.json index 2ea3a55..6330b92 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "inline-math", "name": "No more flickering inline math", - "version": "0.3.2", + "version": "0.3.3", "minAppVersion": "1.3.0", "description": "No longer disturbed by flickering inline math in Obsidian.", "author": "Ryota Ushio", diff --git a/package-lock.json b/package-lock.json index 26df55e..7ea3552 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-inline-math", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-inline-math", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "dependencies": { "@codemirror/language": "^6.9.0", diff --git a/package.json b/package.json index 24d8fb5..f5183b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-inline-math", - "version": "0.3.2", + "version": "0.3.3", "description": "No longer disturbed by flickering inline math in Obsidian.", "main": "main.js", "scripts": {