diff --git a/manifest.json b/manifest.json index 0144ab2..bf502ef 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "latex-ocr", "name": "Latex OCR", - "version": "0.7.2", + "version": "0.7.3", "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 2c8fa79..e29536d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-latex-ocr", - "version": "0.7.2", + "version": "0.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-latex-ocr", - "version": "0.7.2", + "version": "0.7.3", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.9.9", diff --git a/package.json b/package.json index 5151952..b99739f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-latex-ocr", - "version": "0.7.2", + "version": "0.7.3", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5a79c2c..e813fcb 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "0.6.5": "0.15.0", "0.7.0": "0.15.0", "0.7.1": "0.15.0", - "0.7.2": "0.15.0" + "0.7.2": "0.15.0", + "0.7.3": "0.15.0" } \ No newline at end of file