diff --git a/manifest.json b/manifest.json index a7a06ea..e038c66 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-math-plus", "name": "Obsidian Math+", - "version": "0.3.0", + "version": "0.3.1", "minAppVersion": "0.12.0", "description": "This is an Obsidian plugin for taking math notes using Excalidraw.", "author": "Oscar Capraro", diff --git a/package-lock.json b/package-lock.json index 3d61789..1a6d3db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-math-plus", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-math-plus", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "@excalidraw/excalidraw": "^0.11.0", diff --git a/package.json b/package.json index 3e42d21..f763746 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-math-plus", - "version": "0.3.0", + "version": "0.3.1", "description": "This is a math plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9804146..087c35c 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "0.2.10": "0.12.0", "0.2.11": "0.12.0", "0.2.12": "0.12.0", - "0.3.0": "0.12.0" + "0.3.0": "0.12.0", + "0.3.1": "0.12.0" }