diff --git a/manifest.json b/manifest.json index 4191af9..204ff25 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "latex-ocr", "name": "Latex OCR", - "version": "0.6.2", + "version": "0.6.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 34c6b25..8fd07b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-latex-ocr", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-latex-ocr", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.9.9", diff --git a/package.json b/package.json index ceaee10..96844f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-latex-ocr", - "version": "0.6.2", + "version": "0.6.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 6841f3f..dcbb61b 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.5.0": "0.15.0", "0.6.0": "0.15.0", "0.6.1": "0.15.0", - "0.6.2": "0.15.0" + "0.6.2": "0.15.0", + "0.6.3": "0.15.0" } \ No newline at end of file