mirror of
https://github.com/mudnug/note-reader.git
synced 2026-07-22 06:41:36 +00:00
Prevent mobile installs
This commit is contained in:
parent
d88d5ed6ca
commit
a5587e4bcc
2 changed files with 4 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "note-reader",
|
||||
"name": "Note Reader",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"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",
|
||||
"authorUrl": "https://github.com/mudnug",
|
||||
"isDesktopOnly": false
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
|
|
@ -2,5 +2,6 @@
|
|||
"1.0.0": "1.6.6",
|
||||
"1.1.0": "1.11.0",
|
||||
"1.2.0": "1.11.0",
|
||||
"1.3.0": "1.11.0"
|
||||
"1.3.0": "1.11.0",
|
||||
"1.3.1": "1.11.0"
|
||||
}
|
||||
Loading…
Reference in a new issue