From 4e9d34d27339c6f60b3f3a301f0c4a26eed58070 Mon Sep 17 00:00:00 2001 From: Lucas Van Mol Date: Sat, 19 Oct 2024 20:16:04 +0200 Subject: [PATCH] 0.7.6 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 96e8875..e3416d4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "latex-ocr", "name": "Latex OCR", - "version": "0.7.5", + "version": "0.7.6", "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 2ee250e..c57c211 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-latex-ocr", - "version": "0.7.5", + "version": "0.7.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-latex-ocr", - "version": "0.7.5", + "version": "0.7.6", "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.9.9", diff --git a/package.json b/package.json index dd82275..8e3f52f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-latex-ocr", - "version": "0.7.5", + "version": "0.7.6", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 38abb1c..4f3949b 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "0.7.2": "0.15.0", "0.7.3": "0.15.0", "0.7.4": "0.15.0", - "0.7.5": "0.15.0" + "0.7.5": "0.15.0", + "0.7.6": "0.15.0" } \ No newline at end of file