diff --git a/manifest.json b/manifest.json index cbfc5cf..999bf46 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "latex-ocr", "name": "Latex OCR", - "version": "0.6.0", + "version": "0.6.1", "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 86843fc..fffc9ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-latex-ocr", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-latex-ocr", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.9.9", diff --git a/package.json b/package.json index adbe0f4..bf71ad3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-latex-ocr", - "version": "0.6.0", + "version": "0.6.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e42675c..a4c033c 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.4.3": "0.15.0", "0.4.4": "0.15.0", "0.5.0": "0.15.0", - "0.6.0": "0.15.0" + "0.6.0": "0.15.0", + "0.6.1": "0.15.0" } \ No newline at end of file