diff --git a/manifest.json b/manifest.json index 95b1b28..96e8875 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "latex-ocr", "name": "Latex OCR", - "version": "0.7.4", + "version": "0.7.5", "minAppVersion": "0.15.0", "description": "Generate LaTeX equations from images in your vault or clipboard.", "author": "Lucas Van Mol", diff --git a/package-lock.json b/package-lock.json index 17281ac..2ee250e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-latex-ocr", - "version": "0.7.4", + "version": "0.7.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-latex-ocr", - "version": "0.7.4", + "version": "0.7.5", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.9.9", diff --git a/package.json b/package.json index 1a8f0ac..dd82275 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-latex-ocr", - "version": "0.7.4", + "version": "0.7.5", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2fff09d..38abb1c 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "0.7.1": "0.15.0", "0.7.2": "0.15.0", "0.7.3": "0.15.0", - "0.7.4": "0.15.0" + "0.7.4": "0.15.0", + "0.7.5": "0.15.0" } \ No newline at end of file