Fix issue where user was prevented from switching to Reading mode

This commit is contained in:
mudnug 2026-06-04 17:22:26 -06:00
parent cfc8f86978
commit 98e075213f
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"id": "note-reader",
"name": "Note Reader",
"version": "1.3.1",
"version": "1.3.2",
"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

@ -4,4 +4,5 @@
"1.2.0": "1.11.0",
"1.3.0": "1.11.0",
"1.3.1": "1.11.0"
"1.3.2": "1.11.0"
}