Skip to content

Commit 612e035

Browse files
committed
0.5.2
1 parent 7ead7e6 commit 612e035

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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": "text-extractor",
33
"name": "Text Extractor",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"minAppVersion": "1.4.16",
66
"description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.",
77
"author": "Simon Cambier",

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.5.1",
3+
"version": "0.5.2",
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"0.4.9": "1.4.14",
1818
"0.4.10": "1.4.16",
1919
"0.5.0": "1.4.16",
20-
"0.5.1": "1.4.16"
20+
"0.5.1": "1.4.16",
21+
"0.5.2": "1.4.16"
2122
}

0 commit comments

Comments
 (0)