From 266e7001a9ee0c7d2dc827ebc77a8990959ba4cc Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 17 Jun 2023 15:55:21 +0200 Subject: [PATCH] 0.4.6 --- lib/package.json | 2 +- manifest.json | 2 +- plugin/package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/package.json b/lib/package.json index a87d5cd..ed946d9 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-text-extract", - "version": "0.2.1", + "version": "0.2.2", "type": "module", "private": true, "description": "The core library for Obsidian Text Extractor plugin", diff --git a/manifest.json b/manifest.json index 096e646..068539f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "text-extractor", "name": "Text Extractor", - "version": "0.4.5", + "version": "0.4.6", "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 0cc2505..4b4993e 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "text-extractor", - "version": "0.4.5", + "version": "0.4.6", "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 5c49021..db69b6f 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.4.2": "0.15.0", "0.4.3": "0.15.0", "0.4.4": "1.0.0", - "0.4.5": "0.15.0" + "0.4.5": "0.15.0", + "0.4.6": "0.15.0" } \ No newline at end of file