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 c2ef994 commit f101198Copy full SHA for f101198
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "text-extractor",
3
"name": "Text Extractor",
4
- "version": "0.4.7",
+ "version": "0.4.8",
5
"minAppVersion": "0.15.0",
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
@@ -12,5 +12,6 @@
12
"0.4.4": "1.0.0",
13
"0.4.5": "0.15.0",
14
"0.4.6": "0.15.0",
15
- "0.4.7": "1.4.14"
+ "0.4.7": "1.4.14",
16
+ "0.4.8": "0.15.0"
17
}
0 commit comments