Skip to content

Commit

Permalink
Updated manifest to set isDesktopOnly to true
Browse files Browse the repository at this point in the history
  • Loading branch information
travisvn committed Jan 11, 2025
1 parent fff41fc commit af034cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "edge-tts",
"name": "Edge TTS",
"version": "1.7.0",
"version": "1.8.0",
"minAppVersion": "0.15.0",
"description": "Read notes aloud using Microsoft Edge Read Aloud API (free, high quality text-to-speech).",
"author": "Travis",
"authorUrl": "https://travis.engineer",
"isDesktopOnly": false
"isDesktopOnly": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-edge-tts",
"version": "1.7.0",
"version": "1.8.0",
"description": "This is a TTS plugin for Obsidian (https://obsidian.md).",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"1.4.0": "0.15.0",
"1.5.0": "0.15.0",
"1.6.0": "0.15.0",
"1.7.0": "0.15.0"
"1.7.0": "0.15.0",
"1.8.0": "0.15.0"
}

0 comments on commit af034cd

Please sign in to comment.