diff --git a/manifest.json b/manifest.json index 4d3b633..60957b1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "aloud-tts", "name": "Aloud", - "version": "0.0.1", + "version": "0.0.2", "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", "authorUrl": "https://github.com/adrianlyjak", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 6d2992c..3d02a13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-aloud-tts", - "version": "0.0.1", + "version": "0.0.2", "description": "Highlight and speak text from your obsidian notes", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3881579..396e17b 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "0.0.1-rc8": "0.15.0", "0.0.1-rc9": "0.15.0", "0.0.1-rc10": "0.15.0", - "0.0.1": "0.15.0" + "0.0.1": "0.15.0", + "0.0.2": "0.15.0" } \ No newline at end of file