We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ead7e6 commit 612e035Copy full SHA for 612e035
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "text-extractor",
3
"name": "Text Extractor",
4
- "version": "0.5.1",
+ "version": "0.5.2",
5
"minAppVersion": "1.4.16",
6
"description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.",
7
"author": "Simon Cambier",
plugin/package.json
@@ -1,6 +1,6 @@
"name": "text-extractor",
"private": true,
"main": "dist/main.js",
versions.json
@@ -17,5 +17,6 @@
17
"0.4.9": "1.4.14",
18
"0.4.10": "1.4.16",
19
"0.5.0": "1.4.16",
20
- "0.5.1": "1.4.16"
+ "0.5.1": "1.4.16",
21
+ "0.5.2": "1.4.16"
22
}
0 commit comments