diff --git a/lib/package.json b/lib/package.json index efe56d7..a752fc7 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-text-extract", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "private": true, "description": "The core library for Obsidian Text Extractor plugin", diff --git a/manifest.json b/manifest.json index efc5f89..a1bddae 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "text-extractor", "name": "Text Extractor", - "version": "0.5.0", + "version": "0.5.1", "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 5124b2a..751f147 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "text-extractor", - "version": "0.5.0", + "version": "0.5.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 213311e..79c8ccc 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "0.4.8": "1.4.14", "0.4.9": "1.4.14", "0.4.10": "1.4.16", - "0.5.0": "1.4.16" + "0.5.0": "1.4.16", + "0.5.1": "1.4.16" } \ No newline at end of file