From c245458cfdcaad9e06c4b578091877966358adbb Mon Sep 17 00:00:00 2001 From: mudnug <859143+mudnug@users.noreply.github.com> Date: Wed, 10 Jun 2026 19:33:50 -0600 Subject: [PATCH] Support hierarchal tag filter --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0d6e16f..9916dd0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "note-reader", "name": "Note Reader", - "version": "1.5.1", + "version": "1.5.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 77ac81b..3fc2e87 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "1.3.1": "1.11.0", "1.4.0": "1.11.0", "1.5.0": "1.11.0", - "1.5.1": "1.11.0" + "1.5.1": "1.11.0", + "1.5.2": "1.11.0" } \ No newline at end of file