Polish submission metadata

This commit is contained in:
Danial Kalbasi 2026-05-03 12:14:49 +02:00
parent 511e077a77
commit 63e076c981
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@
## Setup
1. Go to **Settings → Community plugins**, click **Open plugins folder**, drop the plugin folder in (`.obsidian/plugins/vox/`)
1. Go to **Settings → Community plugins**, click **Open plugins folder**, drop the plugin folder in (`.obsidian/plugins/vox-reader/`)
2. Enable it under **Settings → Community plugins**
3. Open **Settings → Vox**, pick your provider

View file

@ -3,7 +3,7 @@
"name": "Vox",
"version": "1.0.0",
"minAppVersion": "1.4.0",
"description": "Bring your Obsidian notes to life with natural voices from ElevenLabs or OpenAI, or use the built-in browser voice.",
"description": "Bring your notes to life with natural voices from ElevenLabs or OpenAI, or use the built-in browser voice.",
"author": "danialkalbasi",
"authorUrl": "https://github.com/danialkalbasi",
"isDesktopOnly": false

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-vox",
"version": "0.1.0",
"version": "1.0.0",
"description": "Reads your Obsidian notes aloud with neural text-to-speech.",
"main": "main.js",
"scripts": {