diff --git a/manifest.json b/manifest.json index eeb8a47..baf15ab 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "speechnote", "name": "Speech to Text", - "version": "4.0.15", + "version": "4.0.16", "minAppVersion": "0.15.0", "description": "Convert audio recordings to text using multiple AI providers (OpenAI Whisper, Deepgram)", "author": "Taesun Lee", diff --git a/package-lock.json b/package-lock.json index 3f863b2..1d23d7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-speechnote", - "version": "4.0.15", + "version": "4.0.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-speechnote", - "version": "4.0.15", + "version": "4.0.16", "license": "MIT", "devDependencies": { "@commitlint/cli": "^20.3.1", diff --git a/package.json b/package.json index ebba473..244db2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-speechnote", - "version": "4.0.15", + "version": "4.0.16", "description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5489044..c5deaae 100644 --- a/versions.json +++ b/versions.json @@ -30,5 +30,6 @@ "4.0.12": "0.15.0", "4.0.13": "0.15.0", "4.0.14": "0.15.0", - "4.0.15": "0.15.0" + "4.0.15": "0.15.0", + "4.0.16": "0.15.0" }