From 68d67ea34a37a8e214ae6e331a5b857f60bbc24c Mon Sep 17 00:00:00 2001 From: mudnug <859143+mudnug@users.noreply.github.com> Date: Thu, 11 Jun 2026 20:50:18 -0600 Subject: [PATCH] Address issue where lines with quotes might be skipped --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9916dd0..6ce7a3e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "note-reader", "name": "Note Reader", - "version": "1.5.2", + "version": "1.5.3", "minAppVersion": "1.11.0", "description": "Provides text-to-speech (TTS) for notes or clipped articles by reading them aloud while highlighting words. Offers on-device and online voice providers.", "author": "m", diff --git a/versions.json b/versions.json index 3fc2e87..3097055 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.4.0": "1.11.0", "1.5.0": "1.11.0", "1.5.1": "1.11.0", - "1.5.2": "1.11.0" + "1.5.2": "1.11.0", + "1.5.3": "1.11.0" } \ No newline at end of file