From b2bf7aacf36a9ab77dc13c5e37a72964a5fade1f Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 16 Dec 2023 14:13:58 +0100 Subject: [PATCH] 0.4.9 --- 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 567f3f9..5391884 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-text-extract", - "version": "0.2.3", + "version": "0.2.4", "type": "module", "private": true, "description": "The core library for Obsidian Text Extractor plugin", diff --git a/manifest.json b/manifest.json index eb9b927..95358b1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "text-extractor", "name": "Text Extractor", - "version": "0.4.8", + "version": "0.4.9", "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 0569964..d43cb9a 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "text-extractor", - "version": "0.4.8", + "version": "0.4.9", "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 6b76f91..8a8e244 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "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.8": "0.15.0", + "0.4.9": "0.15.0" } \ No newline at end of file