diff --git a/manifest.json b/manifest.json index 3697fac..59f1aa9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "text-extractor", "name": "Text Extractor", - "version": "0.3.0", + "version": "0.3.1", "minAppVersion": "0.15.0", "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 59d613c..a3ae111 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "text-extractor", - "version": "0.3.0", + "version": "0.3.1", "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 1f96717..e1ae461 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.1.0": "0.15.0", "0.1.1": "0.15.0", "0.2.0": "0.15.0", - "0.3.0": "0.15.0" + "0.3.0": "0.15.0", + "0.3.1": "0.15.0" } \ No newline at end of file