diff --git a/manifest.json b/manifest.json index 9f52cdd..08e561c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "aloud-tts", "name": "Aloud", - "version": "0.5.0-rc2", + "version": "0.5.0-rc3", "minAppVersion": "0.15.0", "description": "Highlight and speak text from your notes. Converts text to speech in real-time using lifelike voices from OpenAI.", "author": "Adrian Lyjak", diff --git a/package.json b/package.json index d7129b4..e05f467 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-aloud-tts", - "version": "0.5.0-rc2", + "version": "0.5.0-rc3", "description": "Highlight and speak text from your obsidian notes", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d33de47..e980ce8 100644 --- a/versions.json +++ b/versions.json @@ -31,5 +31,6 @@ "0.4.0": "0.15.0", "0.4.1": "0.15.0", "0.5.0-rc1": "0.15.0", - "0.5.0-rc2": "0.15.0" + "0.5.0-rc2": "0.15.0", + "0.5.0-rc3": "0.15.0" } \ No newline at end of file