Skip to content

Commit 6a58447

Browse files
committed
0.4.10
1 parent 9975e06 commit 6a58447

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "text-extractor",
33
"name": "Text Extractor",
4-
"version": "0.4.9",
5-
"minAppVersion": "0.15.0",
4+
"version": "0.4.10",
5+
"minAppVersion": "1.4.16",
66
"description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.",
77
"author": "Simon Cambier",
88
"authorUrl": "https://github.com/scambier/obsidian-text-extractor",

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "text-extractor",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"private": true,
55
"description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.",
66
"main": "dist/main.js",

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"0.4.5": "0.15.0",
1414
"0.4.6": "0.15.0",
1515
"0.4.7": "1.4.14",
16-
"0.4.8": "0.15.0",
17-
"0.4.9": "0.15.0"
16+
"0.4.8": "1.4.14",
17+
"0.4.9": "1.4.14",
18+
"0.4.10": "1.4.16"
1819
}

0 commit comments

Comments
 (0)