From 98e075213f1f3cc452d35cc781e878ed3ff7de85 Mon Sep 17 00:00:00 2001 From: mudnug <859143+mudnug@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:22:26 -0600 Subject: [PATCH] Fix issue where user was prevented from switching to Reading mode --- manifest.json | 2 +- versions.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3a98e95..539025f 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/versions.json b/versions.json index f8788b3..e891b0c 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file