diff --git a/manifest.json b/manifest.json index a1bddae..36c126f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "text-extractor", "name": "Text Extractor", - "version": "0.5.1", + "version": "0.5.2", "minAppVersion": "1.4.16", "description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.", "author": "Simon Cambier", diff --git a/plugin/package.json b/plugin/package.json index 751f147..0309f88 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "text-extractor", - "version": "0.5.1", + "version": "0.5.2", "private": true, "description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.", "main": "dist/main.js", diff --git a/versions.json b/versions.json index 79c8ccc..93ad473 100644 --- a/versions.json +++ b/versions.json @@ -17,5 +17,6 @@ "0.4.9": "1.4.14", "0.4.10": "1.4.16", "0.5.0": "1.4.16", - "0.5.1": "1.4.16" + "0.5.1": "1.4.16", + "0.5.2": "1.4.16" } \ No newline at end of file