From f278db73405ab86859d73119fb8ae89af2f661d9 Mon Sep 17 00:00:00 2001 From: Adrian Lyjak Date: Sun, 6 Oct 2024 23:42:11 -0400 Subject: [PATCH] update version to 0.5.0-rc5 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 547b68b..523383c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "aloud-tts", "name": "Aloud", - "version": "0.5.0-rc4", + "version": "0.5.0-rc5", "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 4c5c431..944b697 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-aloud-tts", - "version": "0.5.0-rc4", + "version": "0.5.0-rc5", "description": "Highlight and speak text from your obsidian notes", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9e65e7d..d670ae0 100644 --- a/versions.json +++ b/versions.json @@ -33,5 +33,6 @@ "0.5.0-rc1": "0.15.0", "0.5.0-rc2": "0.15.0", "0.5.0-rc3": "0.15.0", - "0.5.0-rc4": "0.15.0" + "0.5.0-rc4": "0.15.0", + "0.5.0-rc5": "0.15.0" } \ No newline at end of file