Skip to content

Commit b130b6d

Browse files
committed
0.7.7
1 parent 124dd48 commit b130b6d

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "latex-ocr",
33
"name": "Latex OCR",
4-
"version": "0.7.6",
4+
"version": "0.7.7",
55
"minAppVersion": "0.15.0",
66
"description": "Generate LaTeX equations from images in your vault or clipboard.",
77
"author": "Lucas Van Mol",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-latex-ocr",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"0.7.3": "0.15.0",
2121
"0.7.4": "0.15.0",
2222
"0.7.5": "0.15.0",
23-
"0.7.6": "0.15.0"
23+
"0.7.6": "0.15.0",
24+
"0.7.7": "0.15.0"
2425
}

0 commit comments

Comments
 (0)