diff --git a/manifest.json b/manifest.json index 95358b1..835de3d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "text-extractor", "name": "Text Extractor", - "version": "0.4.9", - "minAppVersion": "0.15.0", + "version": "0.4.10", + "minAppVersion": "1.4.16", "description": "A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.", "author": "Simon Cambier", "authorUrl": "https://github.com/scambier/obsidian-text-extractor", diff --git a/plugin/package.json b/plugin/package.json index d43cb9a..280525e 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "text-extractor", - "version": "0.4.9", + "version": "0.4.10", "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 8a8e244..fe0b9b7 100644 --- a/versions.json +++ b/versions.json @@ -13,6 +13,7 @@ "0.4.5": "0.15.0", "0.4.6": "0.15.0", "0.4.7": "1.4.14", - "0.4.8": "0.15.0", - "0.4.9": "0.15.0" + "0.4.8": "1.4.14", + "0.4.9": "1.4.14", + "0.4.10": "1.4.16" } \ No newline at end of file