Address issue where lines with quotes might be skipped

This commit is contained in:
mudnug 2026-06-11 20:50:18 -06:00
parent c245458cfd
commit 68d67ea34a
2 changed files with 3 additions and 2 deletions

View file

@ -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",

View file

@ -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"
}